aboutsummaryrefslogtreecommitdiffstats
path: root/core/result.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-21 19:06:18 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-21 19:06:18 +0000
commite83df1af2cdad8c2d61ba790a96875cd260eceaf (patch)
tree5766654329675bd5259be772bc2537c7fdd8ab1c /core/result.moon
parentdocs/guide: document supported interpreter versions (diff)
downloadalive-e83df1af2cdad8c2d61ba790a96875cd260eceaf.tar.gz
alive-e83df1af2cdad8c2d61ba790a96875cd260eceaf.zip
new meta/doc system
Diffstat (limited to 'core/result.moon')
-rw-r--r--core/result.moon2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/result.moon b/core/result.moon
index 357a868..52203da 100644
--- a/core/result.moon
+++ b/core/result.moon
@@ -61,9 +61,7 @@ class Result
for stream in @op\all_inputs!
if stream\dirty!
self_dirty = true
- break
- -- L\trace "#{@op} is #{if self_dirty then 'dirty' else 'clean'}"
return unless self_dirty
@op\tick!