Removing debugger line

This commit is contained in:
Vivek Teega 2023-05-11 15:22:54 +05:30
parent c310a14237
commit 7338475d18

View File

@ -1707,7 +1707,6 @@
function categorizeText(text) {
return new Promise((resolve, reject) => {
// check if text have only numbers
debugger
if (/^\d+$/.test(text)) {
//console.log('this is a block number');
location.href = `#/block/${text}`