Skip to content

Commit

Permalink
remove debug print. Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
llcc committed Jun 23, 2022
1 parent 01ba8c9 commit b033bae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ios/App/App/capacitor.config.json
Expand Up @@ -17,9 +17,5 @@
},
"ios": {
"scheme": "Logseq"
},
"server": {
"url": "http://192.168.1.59:3001",
"cleartext": true
}
}
2 changes: 0 additions & 2 deletions src/main/frontend/handler/block.cljs
Expand Up @@ -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]" %))
Expand Down

0 comments on commit b033bae

Please sign in to comment.