Skip to content

Commit

Permalink
removed debug logInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhartha-gadgil committed Sep 19, 2024
1 parent 37d189f commit 3d5dbb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LeanSearchClient/LoogleSyntax.lean
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ syntax (name := loogle_cmd) "#loogle" loogle_filters : command
match stx with
| `(command| #loogle $args:loogle_filters) =>
let s := (← PrettyPrinter.ppCategory ``loogle_filters args).pretty
logInfo s
let result ← getLoogleQueryJson s
match result with
| LoogleResult.success xs =>
Expand Down

0 comments on commit 3d5dbb0

Please sign in to comment.