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}`