Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Oct 15, 2024
1 parent dec099f commit 27bd739
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/file/file_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ func (fp *FilePlugin) handleConfigApplyRollbackComplete(ctx context.Context, msg
slog.ErrorContext(ctx, "Unable to cast message payload to *mpi.DataPlaneResponse", "payload", msg.Data)
return
}

slog.Info("Data Plane Response", "data", response)

fp.fileManagerService.ClearCache()
fp.messagePipe.Process(ctx, &bus.Message{Topic: bus.DataPlaneResponseTopic, Data: response})
}
Expand Down

0 comments on commit 27bd739

Please sign in to comment.