remove debug print

main
Daniel Barlow 2022-12-21 21:12:21 +00:00
parent 3968d54b5c
commit 512e8cad2f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
})]
{:webview widget
:name name
:visit (fn [self u] (print "visit " u) (widget:load_uri u))
:visit (fn [self u] (widget:load_uri u))
:properties props}))
(let [buffers {}]