Commit e4b21fc0 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

suppression console.log

parent 715fb87b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,9 +14,7 @@ class Max {

    run() {
        if (this.isInFragmentContext()) {
            console.log("ok")
            if (this.isWithNotes()) {
            console.log("ok2")
                //ajout d'une colonne de notes + placement
                this.manageMarginNotes();
                this.bindNotesClick();