From cebcb9de996c7c851a6884fa978790c2230dcbd7 Mon Sep 17 00:00:00 2001 From: Miala <65893041+Miala-python@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:58:15 +0100 Subject: [PATCH] rmv debug --- pl_load.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pl_load.js b/pl_load.js index 9913358..004f5d8 100644 --- a/pl_load.js +++ b/pl_load.js @@ -165,9 +165,9 @@ function waitLib() { lcl_pl_id = list_pl_id.indexOf(listID); //debug - console.log(list_pl_id); - console.log(lcl_pl_id); - console.log($SCANNED); + // console.log(list_pl_id); + // console.log(lcl_pl_id); + // console.log($SCANNED); if (lcl_pl_id != -1) { lcl_REPRISE = $SCANNED ? false : confirm("Reprendre où vous en étiez ?\nOK = Oui | Annuler = Non");