Skip to content

Commit 7682e08

Browse files
committed
remove log
1 parent 6a77b17 commit 7682e08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/hooks/robot-clients.svelte.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export const provideRobotClientsContext = (
114114
const lastConfig = lastConfigs[partID];
115115

116116
if (config && lastConfig && !isJsonEqual(lastConfig, config)) {
117-
console.log('hi', partID);
118117
connect(partID, config);
119118
}
120119
}

0 commit comments

Comments
 (0)