remove debug print
This commit is contained in:
parent
3968d54b5c
commit
512e8cad2f
@ -24,7 +24,7 @@
|
|||||||
})]
|
})]
|
||||||
{:webview widget
|
{:webview widget
|
||||||
:name name
|
:name name
|
||||||
:visit (fn [self u] (print "visit " u) (widget:load_uri u))
|
:visit (fn [self u] (widget:load_uri u))
|
||||||
:properties props}))
|
:properties props}))
|
||||||
|
|
||||||
(let [buffers {}]
|
(let [buffers {}]
|
||||||
|
Loading…
Reference in New Issue
Block a user