Skip to content

Commit

Permalink
remove debugs from test/integration/diffs.spec.js
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 21, 2018
1 parent 4cfbe4f commit 6f9831d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/diffs.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ describe('diffs', function () {
return;
}
expected = getExpectedOutput();
console.log('EXPECTED', inspect(expected));
diffs = getDiffs(res.output.replace(/\r\n/g, '\n'));
console.log('DIFFS', inspect(diffs));
done();
});
});
Expand Down

0 comments on commit 6f9831d

Please sign in to comment.