]> _ Git - fluidbook-html5.git/commitdiff
wip #6871
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Apr 2024 16:41:14 +0000 (18:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Apr 2024 16:41:14 +0000 (18:41 +0200)
js/libs/fluidbook/fluidbook.secure.js

index 302ff6a919862f2aebe3d90372e00fcc8fec9380..a7a44bee6466766d2c7e48a06c155987f0720253 100644 (file)
@@ -101,7 +101,6 @@ FluidbookSecure.prototype = {
             url: $this.fluidbook.settings.secureURL, crossDomain: true, method: 'GET', type: 'json', xhrFields: {
                 withCredentials: true
             }, success: function (data) {
-                console.log(data);
                 var res = data !== undefined && data.data !== undefined && data.data[0] !== undefined && data.data[0]['logged-in'];
                 if (res !== undefined && res !== null) {
                     if (!nokURL) {