Skip to content

Commit 7cb3de9

Browse files
committed
rm console log
1 parent c69bd2f commit 7cb3de9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/content-script/update-solutions-tab.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,6 @@ function titleToGitHubFormat(title: string, frontend_id: number): string {
217217

218218
// Fetches the solution code from Neetcode's github repo
219219
async function getCodeSolution(title: string, frontend_id: number, language: string,) {
220-
221-
// Create a new Date object to get the current time
222-
var currentTime = new Date();
223-
224-
// Format the current time as a string
225-
var currentTimeStr = currentTime.toLocaleString();
226-
227-
// Print the string with the current time
228-
console.log(`console.log('getting the code solution at ${currentTimeStr}');`);
229-
230220
// map the language names to their extensions
231221
const languageMap = {
232222
'python': 'py',

0 commit comments

Comments
 (0)