From 8f84881700ba66300d0bf74f7bb4606de57f54cd Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Thu, 29 Sep 2022 16:46:39 -0400 Subject: [PATCH] rm token --- www/src/components/shell/debug-tokens.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/shell/debug-tokens.js b/www/src/components/shell/debug-tokens.js index 9124dc5b4..a371e223f 100644 --- a/www/src/components/shell/debug-tokens.js +++ b/www/src/components/shell/debug-tokens.js @@ -2,6 +2,6 @@ // START <> export const DEBUG_SCM_TOKENS = { GITLAB: '', - GITHUB: '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', + GITHUB: '', } // END <>