Skip to content

Commit 24be285

Browse files
committed
turned off logging
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 1b7cdbf commit 24be285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scripts/scrumHelper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function allIncluded() {
143143
return WeekDisplayPadded;
144144
}
145145

146-
const DEBUG = true;
146+
const DEBUG = false;
147147
function log( ...args) {
148148
if(DEBUG) {
149149
console.log(`[SCRUM-HELPER]:`, ...args);
@@ -348,7 +348,7 @@ function allIncluded() {
348348

349349
async function forceGithubDataRefresh() {
350350
log('Force refreshing GitHub data');
351-
hasInjectedContent = false; // Reset injection flag
351+
hasInjectedContent = false;
352352
// clear cache
353353
githubCache = {
354354
data: null,
@@ -447,7 +447,7 @@ function allIncluded() {
447447
}
448448

449449
window.emailClientAdapter.injectContent(elements.body, content, elements.eventTypes.contentChange);
450-
hasInjectedContent = true; // Mark as injected
450+
hasInjectedContent = true;
451451
});
452452
}
453453

0 commit comments

Comments
 (0)