1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove console log

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-24 18:28:34 -04:00
parent 2845df8803
commit 93c309d3a4

View File

@ -115,7 +115,6 @@ const createPersistentStorageInjectable = getInjectable({
reaction(
() => toJSON(),
model => {
console.log("here2", { sendChannel });
persistStateToConfig(config, model);
sendMessageToChannel(sendChannel, model);
},