Skip to content

Commit f95c5f4

Browse files
committed
refactor: remove console.log
1 parent 80529e0 commit f95c5f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/channel.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,6 @@ describe('Channels - Constructor', function () {
920920
expect(channel.id).to.eql('brand_new_123');
921921
expect(channel.data).to.eql({ cool: true });
922922
channel = client.channel('messaging', 'brand_new_123', { custom_cool: true });
923-
console.log(channel.data);
924923
expect(channel.data).to.eql({ cool: true, custom_cool: true });
925924
});
926925

0 commit comments

Comments
 (0)