Explorar o código

remove debug print. Address comments

llcc %!s(int64=3) %!d(string=hai) anos
pai
achega
ea6fe55510
Modificáronse 2 ficheiros con 0 adicións e 6 borrados
  1. 0 4
      ios/App/App/capacitor.config.json
  2. 0 2
      src/main/frontend/handler/block.cljs

+ 0 - 4
ios/App/App/capacitor.config.json

@@ -17,9 +17,5 @@
 	},
 	"ios": {
 		"scheme": "Logseq"
-	},
-	"server": {
-		"url": "http://192.168.1.59:3001",
-		"cleartext": true
 	}
 }

+ 0 - 2
src/main/frontend/handler/block.cljs

@@ -154,8 +154,6 @@
   [target]
   (let [user-defined-tags (get-in (state/get-config)
                                   [:mobile :gestures/disabled-in-block-with-tags])]
-    (prn (some #(.closest target (util/format "[data-refs-self*=%s]" %))
-           user-defined-tags))
     (or (.closest target ".dsl-query")
         (.closest target ".drawer")
         (some #(.closest target (util/format "[data-refs-self*=%s]" %))