Skip to content

Commit 3994629

Browse files
committed
Removed console log
1 parent 4d876e7 commit 3994629

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

split.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Split = (function(){
4646

4747
var alternative = readCookie('abTest')
4848
if (alternative) {
49-
console.log('found existing cookie')
5049
} else {
5150
alternative = keys[Math.floor(Math.random()*keys.length)]
5251
createCookie('abTest', alternative, 30)

0 commit comments

Comments
 (0)