chore(desktop): remove logging

This commit is contained in:
Adam 2025-11-18 13:52:29 -06:00
parent 3a9c2152f7
commit 14bd3b1d30
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -18,8 +18,7 @@ export const { use: useGlobalSDK, provider: GlobalSDKProvider } = createSimpleCo
sdk.global.event().then(async (events) => {
for await (const event of events.stream) {
console.log("event", event)
// console.log("event", event.payload.type)
// console.log("event", event)
emitter.emit(event.directory, event.payload)
}
})