driver: comment out dead code [skip ci]

This commit is contained in:
Brian Mann
2017-09-10 17:19:14 -04:00
parent 64e443e9fd
commit d0e35d0b48
+1 -2
View File
@@ -62,8 +62,7 @@ create = (state, queue, retryFn) ->
## grab all of the queued commands which are
## assertions and match our current chainerId
# assertions.push(cmd)
if cmd.is("assertion")# and cmd.get("chainerId") is current.get("chainerId")
if cmd.is("assertion")
assertions.push(cmd)
else
break