summaryrefslogtreecommitdiff
path: root/src/http/static/viz/2/viz/debug.cljs
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/static/viz/2/viz/debug.cljs')
-rw-r--r--src/http/static/viz/2/viz/debug.cljs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/static/viz/2/viz/debug.cljs b/src/http/static/viz/2/viz/debug.cljs
new file mode 100644
index 0000000..9de3071
--- /dev/null
+++ b/src/http/static/viz/2/viz/debug.cljs
@@ -0,0 +1,4 @@
+(ns viz.debug)
+
+(defn- log [& args]
+ (.log js/console (clojure.string/join " " (map str args))))