remove debug print
This commit is contained in:
parent
3968d54b5c
commit
512e8cad2f
@ -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 {}]
|
||||
|
Loading…
Reference in New Issue
Block a user