From fe6727b79a4c97c186aa641cb93f02dd062ddfd1 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Wed, 3 Dec 2014 18:46:40 -0500 Subject: [PATCH] Removing some debugging code --- src/js/parser/javascript/match.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/js/parser/javascript/match.js b/src/js/parser/javascript/match.js index c8da555..ab06dee 100644 --- a/src/js/parser/javascript/match.js +++ b/src/js/parser/javascript/match.js @@ -5,10 +5,6 @@ export default _.extend({}, Base, { type: 'match', render(container) { - console.log('anchor_start:', this.anchor_start()); - console.log('anchor_end:', this.anchor_end()); - console.log('parts:', this.parts()); - this.contents = {}; if (this.anchor_start()) {