Removing debugger line
This commit is contained in:
parent
c310a14237
commit
7338475d18
@ -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}`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user