diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2024-04-20 10:46:06 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2024-04-20 10:46:06 +0200 |
commit | fc9c3e98a4bdf718488af0cb372f8e7beefc610a (patch) | |
tree | 90b42521a798d4a54af4011b9c84e8a36ef41290 | |
parent | 0264e9f3c8d0845ddfe12addc9eb9f0961ce632d (diff) | |
download | fuzzer-fc9c3e98a4bdf718488af0cb372f8e7beefc610a.tar.gz |
commented state logging if needed
-rwxr-xr-x | rtt-module.js | 2 |
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) { |