Skip to content

Commit

Permalink
Removed debugging message.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Oct 31, 2014
1 parent e49991f commit eacec8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hxl.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ HXLBuilder.prototype._tryTagRow = function(row) {
for (i in row) {
if (row[i]) {
var matches = HXLBuilder.TAG_REGEXP.exec(row[i]);
console.log(matches);
if (matches) {
// FIXME - kludgey
var lastRow = this._getLastRow();
Expand Down

0 comments on commit eacec8a

Please sign in to comment.