lib/swift/synchrony.rb in swift-1.0.2 vs lib/swift/synchrony.rb in swift-1.0.3

- old
+ new

@@ -28,11 +28,8 @@ def execute *args res = EM::Synchrony.sync aexecute(*args) raise res if res.kind_of?(Error) yield res if block_given? res - rescue => e - $stderr.puts e, e.backtrace.join($/) - nil end end end