Skip to content

Commit

Permalink
remove console.log from spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 27, 2019
1 parent 91066ab commit d2722d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/terminal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ describe('Terminal utils', function() {
' tellus]'].join('\n');
var formatting = /^\[\[bui;#fff;;;Lorem ipsum dolor sit amet, consectetur adipi\\nscing elit. Nulla sed dolor nisl, in suscipit justo. Donec a enim\\n et est porttitor semper at vitae augue. Proin at nulla at dui ma\\nttis mattis. Nam a volutpat ante. Aliquam consequat dui eu sem co\\nnvallis ullamcorper. Nulla suscipit, massa vitae suscipit ornare,\\n tellus\]/;
$.terminal.split_equal(text, 100).forEach(function(line, i) {
console.log(line);
if (!line.match(formatting)) {
throw new Error("Line nr " + i + " " + line + " don't have correct " +
"formatting");
Expand Down

0 comments on commit d2722d3

Please sign in to comment.