From 8b016d9fc5f586e6012aa5c72c3ed78da0b62efb Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 4 Nov 2019 16:17:05 -0800 Subject: [PATCH] Remove debugger statment --- buckets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/buckets.js b/buckets.js index 6800db1..48cb0fa 100644 --- a/buckets.js +++ b/buckets.js @@ -92,7 +92,6 @@ class Buckets { const action = possibleActions[i]; if (result.hasTarget(target)) { - debugger state.matching.add(result.string()); }