aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/Matcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenario/Matcher.js')
-rw-r--r--src/scenario/Matcher.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/scenario/Matcher.js b/src/scenario/Matcher.js
index 326bb948..62f094c8 100644
--- a/src/scenario/Matcher.js
+++ b/src/scenario/Matcher.js
@@ -15,7 +15,6 @@ Matcher.addMatcher = function(name, matcher) {
done();
}
);
- dump('future added');
};
};