From 7338475d189bde9e50c3f113bd9b3903d8ebc301 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 11 May 2023 15:22:54 +0530 Subject: [PATCH] Removing debugger line --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 8c21b2a..3020ad3 100644 --- a/index.html +++ b/index.html @@ -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}`