Skip to content

Commit

Permalink
chore(test-helper): remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Sep 15, 2015
1 parent 069ede4 commit c9cb4a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/helpers/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ global.it = function (description, cb, timeout) {
global.rxTestScheduler.flush();
});
} else {
if (description === 'should work with never and empty') {
console.log("TEST");
}
glit.apply(this, arguments);
}
};
Expand Down

0 comments on commit c9cb4a3

Please sign in to comment.