File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ function allIncluded() {
143
143
return WeekDisplayPadded ;
144
144
}
145
145
146
- const DEBUG = true ;
146
+ const DEBUG = false ;
147
147
function log ( ...args ) {
148
148
if ( DEBUG ) {
149
149
console . log ( `[SCRUM-HELPER]:` , ...args ) ;
@@ -348,7 +348,7 @@ function allIncluded() {
348
348
349
349
async function forceGithubDataRefresh ( ) {
350
350
log ( 'Force refreshing GitHub data' ) ;
351
- hasInjectedContent = false ; // Reset injection flag
351
+ hasInjectedContent = false ;
352
352
// clear cache
353
353
githubCache = {
354
354
data : null ,
@@ -447,7 +447,7 @@ function allIncluded() {
447
447
}
448
448
449
449
window . emailClientAdapter . injectContent ( elements . body , content , elements . eventTypes . contentChange ) ;
450
- hasInjectedContent = true ; // Mark as injected
450
+ hasInjectedContent = true ;
451
451
} ) ;
452
452
}
453
453
You can’t perform that action at this time.
0 commit comments