Elminated some spurious console output.

This commit is contained in:
David Carley
2022-08-19 17:12:47 +00:00
parent 2d015dddc2
commit bf85337832
3 changed files with 2 additions and 12 deletions

View File

@@ -39,7 +39,6 @@ function uuid(length) {
return s
}
$(function () {
if (typeof cookie_get('client-id') == 'undefined') {
cookie_set('client-id', uuid(), 10000);