summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrtt-module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtt-module.js b/rtt-module.js
index 3935c47..e03522f 100755
--- a/rtt-module.js
+++ b/rtt-module.js
@@ -152,7 +152,7 @@ module.exports.fuzz = function(fuzzerInputData) {
args = undefined
ctx.replay.push([ctx.active, action])
}
- // console.log(active, action, args)
+ // console.log(ctx.state.state, ctx.active, action, args)
try {
ctx.state = RULES.action(ctx.state, ctx.active, action, args)
} catch (e) {