Skip to content

Commit 667e75b

Browse files
committed
Removed the log comment
1 parent e5f3d7b commit 667e75b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/topics/bookmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const user = require('../user');
88

99
async function getUserBookmark(tid, uid) {
1010
// TEMP: log for manual verification; remove before final commit
11-
console.log('NOOR_NIKNAM:getUserBookmark', { tid, uid });
11+
//console.log('NOOR_NIKNAM:getUserBookmark', { tid, uid });
1212
// Or, if you prefer winston:
1313
// require.main.require('winston').info('NOOR_NIKNAM:getUserBookmark', { tid, uid });
1414

0 commit comments

Comments
 (0)