From fc9c3e98a4bdf718488af0cb372f8e7beefc610a Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:46:06 +0200 Subject: commented state logging if needed --- rtt-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtt-module.js') 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) { -- cgit v1.2.3