Skip to content

Commit

Permalink
Remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Oct 15, 2024
1 parent 35c9884 commit 71a9d20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/e2e/skr/skr-binding-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('SKR Binding test', function() {
expect(err.response.status).equal(404);
console.log('Got response:');
console.log(err.response.data);
console.log(err.response.status);
} else {
throw err;
}
Expand All @@ -81,7 +80,6 @@ describe('SKR Binding test', function() {
expect(err.message).to.include('You must be logged in to the server');
console.log('Got response:');
console.log(err.response.data);
console.log(err.response.status);
} else {
throw err;
}
Expand Down

0 comments on commit 71a9d20

Please sign in to comment.