Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
das08 committed Jan 12, 2022
1 parent a65fe80 commit 0369b28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content_script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export async function loadAndMergeAssignmentList(config: Config ,courseSiteInfos
}
// Update assignment fetch timestamp
await saveToLocalStorage("CS_QuizFetchTime", nowTime);
console.log("saved quiz fetch time")
config.fetchedTime.quiz = nowTime;
}
// Compare quizzes with old ones
Expand Down

0 comments on commit 0369b28

Please sign in to comment.