diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:27:35 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-02 21:27:35 -0700 |
commit | 5c111f75717e542ec0be9b73b2ee1f1e495c629c (patch) | |
tree | b2f6fc2441b4c42f4df3bd2322614bd4de2aead1 /extension/src/debugPanel.ts | |
parent | 0f0cbf6d65dffc71c9141a045aacaed0fb6466d6 (diff) | |
download | sncontinue-5c111f75717e542ec0be9b73b2ee1f1e495c629c.tar.gz sncontinue-5c111f75717e542ec0be9b73b2ee1f1e495c629c.tar.bz2 sncontinue-5c111f75717e542ec0be9b73b2ee1f1e495c629c.zip |
cleaning environmentSetup
Diffstat (limited to 'extension/src/debugPanel.ts')
-rw-r--r-- | extension/src/debugPanel.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/debugPanel.ts b/extension/src/debugPanel.ts index 643563a2..66d22e24 100644 --- a/extension/src/debugPanel.ts +++ b/extension/src/debugPanel.ts @@ -181,7 +181,7 @@ export function setupDebugPanel( switch (data.type) { case "onLoad": { let sessionId: string; - console.log("Running onLoad"); + console.log("Waiting for session id"); if (typeof sessionIdPromise === "string") { sessionId = sessionIdPromise; } else { |