Remove debug logs from client routing, Phase 4 confirmed working

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 01:23:32 +00:00
parent 28ee441d9a
commit fa295acfe3
2 changed files with 4 additions and 5 deletions

View File

@@ -405,9 +405,8 @@
(browser-push-state (get verbInfo "url"))
(browser-scroll-to 0 0))
(do
(log-info (str "sx:route fallback is-get=" is-get-link
" url=" (get verbInfo "url")
" delay=" (get mods "delay")))
(when is-get-link
(log-info (str "sx:route server fetch " (get verbInfo "url"))))
(if (get mods "delay")
(do
(clear-timeout timer)