Skip to content

Commit

Permalink
rmv debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Miala-python authored Oct 30, 2024
1 parent 8852531 commit cebcb9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pl_load.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit cebcb9d

Please # to comment.