summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/task.rb')
-rw-r--r--lib/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task.rb b/lib/task.rb
index 52d4a30..582f592 100644
--- a/lib/task.rb
+++ b/lib/task.rb
@@ -89,7 +89,7 @@ module OpenTox
end
rescue
$logger.error "Unknown #{self.class} method #{method}"
- super
+ #super
end
end