Removing debugger line
This commit is contained in:
parent
c310a14237
commit
7338475d18
@ -1707,7 +1707,6 @@
|
|||||||
function categorizeText(text) {
|
function categorizeText(text) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
// check if text have only numbers
|
// check if text have only numbers
|
||||||
debugger
|
|
||||||
if (/^\d+$/.test(text)) {
|
if (/^\d+$/.test(text)) {
|
||||||
//console.log('this is a block number');
|
//console.log('this is a block number');
|
||||||
location.href = `#/block/${text}`
|
location.href = `#/block/${text}`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user