We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d876e7 commit 3994629Copy full SHA for 3994629
split.js
@@ -46,7 +46,6 @@ Split = (function(){
46
47
var alternative = readCookie('abTest')
48
if (alternative) {
49
- console.log('found existing cookie')
50
} else {
51
alternative = keys[Math.floor(Math.random()*keys.length)]
52
createCookie('abTest', alternative, 30)
0 commit comments