diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 08:39:22 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 08:39:27 +0000 |
| commit | b2fba2961426fca8ac8efe37c0254dd7cd87d190 (patch) | |
| tree | de000bc70c46639742f4b6803447b29bb37004c4 /lib | |
| parent | new Registry tagging mechanism (diff) | |
| download | alive-b2fba2961426fca8ac8efe37c0254dd7cd87d190.tar.gz alive-b2fba2961426fca8ac8efe37c0254dd7cd87d190.zip | |
better tracebacks
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/osc.moon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/osc.moon b/lib/osc.moon index 880cb08..dae6737 100644 --- a/lib/osc.moon +++ b/lib/osc.moon @@ -13,7 +13,6 @@ class out extends Op setup: (@host, @port, @path, @value) => update: (dt) => - L\trace "updating #{@}" for p in *{@host, @port, @path, @value} L\push p\update, dt |
