Skip to content

Commit c8c0e20

Browse files
committed
remove console logs
1 parent c3c1949 commit c8c0e20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/testTable.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ describe("Check Table operations", function() {
4444
it("should connect to dynamodb and list tables", function(done) {
4545
db.listTables({}, function(err, data) {
4646
if(err){
47-
console.log("==== error hit ====");
4847
should.exist(err);
4948
} else {
50-
console.log("==== Not error hit ====");
5149
expect(data.TableNames).to.be.empty;
5250
}
5351
done();

0 commit comments

Comments
 (0)