From 04c2beb7d15ccad2fd3af17c4d708d073c36a88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Wed, 25 May 2022 19:44:57 +0200 Subject: [PATCH] Remove useless console.log Update the dependencies --- app/widgets/Chat/chat.js | 1 - app/widgets/Upload/upload.js | 2 -- composer.lock | 42 ++++++++++++++++++------------------ 3 files changed, 21 insertions(+), 24 deletions(-) diff --git a/app/widgets/Chat/chat.js b/app/widgets/Chat/chat.js index 8f2b421f1..8767ba6ac 100644 --- a/app/widgets/Chat/chat.js +++ b/app/widgets/Chat/chat.js @@ -785,7 +785,6 @@ var Chat = { while (i < replies.length) { replies[i].onclick = function() { if (this.dataset.mid) { - console.log(this.dataset.mid); Chat_ajaxHttpDaemonReply(this.dataset.mid); } } diff --git a/app/widgets/Upload/upload.js b/app/widgets/Upload/upload.js index ca003d944..52f5d025b 100644 --- a/app/widgets/Upload/upload.js +++ b/app/widgets/Upload/upload.js @@ -196,8 +196,6 @@ var Upload = { } if (Upload.uploadButton) { - console.log(document.querySelector('#upload p.limit')); - console.log(document.querySelector('#upload p.limit').dataset.limit); if (!document.querySelector('#upload p.limit') || document.querySelector('#upload p.limit').dataset.limit >= file.size) { Upload.uploadButton.classList.remove('disabled'); } else { diff --git a/composer.lock b/composer.lock index e3dc25bf2..ef1a10328 100644 --- a/composer.lock +++ b/composer.lock @@ -434,16 +434,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.1", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" + "reference": "fd5dd441932a7e10ca6e5b490e272d34c8430640" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", - "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/fd5dd441932a7e10ca6e5b490e272d34c8430640", + "reference": "fd5dd441932a7e10ca6e5b490e272d34c8430640", "shasum": "" }, "require": { @@ -490,7 +490,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.1" + "source": "https://github.com/composer/ca-bundle/tree/1.3.2" }, "funding": [ { @@ -506,7 +506,7 @@ "type": "tidelift" } ], - "time": "2021-10-28T20:44:15+00:00" + "time": "2022-05-24T11:56:16+00:00" }, { "name": "defuse/php-encryption", @@ -1502,16 +1502,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.4.2", + "version": "7.4.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4" + "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4", - "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab", + "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab", "shasum": "" }, "require": { @@ -1606,7 +1606,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.4.2" + "source": "https://github.com/guzzle/guzzle/tree/7.4.3" }, "funding": [ { @@ -1622,7 +1622,7 @@ "type": "tidelift" } ], - "time": "2022-03-20T14:16:28+00:00" + "time": "2022-05-25T13:24:33+00:00" }, { "name": "guzzlehttp/promises", @@ -1825,7 +1825,7 @@ }, { "name": "illuminate/bus", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", @@ -1878,7 +1878,7 @@ }, { "name": "illuminate/collections", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", @@ -1932,7 +1932,7 @@ }, { "name": "illuminate/container", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", @@ -1983,7 +1983,7 @@ }, { "name": "illuminate/contracts", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -2031,7 +2031,7 @@ }, { "name": "illuminate/database", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", @@ -2099,7 +2099,7 @@ }, { "name": "illuminate/events", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", @@ -2154,7 +2154,7 @@ }, { "name": "illuminate/macroable", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -2200,7 +2200,7 @@ }, { "name": "illuminate/pipeline", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", @@ -2248,7 +2248,7 @@ }, { "name": "illuminate/support", - "version": "v8.83.13", + "version": "v8.83.14", "source": { "type": "git", "url": "https://github.com/illuminate/support.git",