From fdcc8105babb8bd37fa2e577cb94861231691ac5 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 29 Oct 2024 02:58:32 +0100 Subject: [PATCH] Removing debug --- .../qml/eu/ad5001/LogarithmPlotter/Popup/InsertCharacter.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/InsertCharacter.qml b/runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/InsertCharacter.qml index 8162b09..7ef1794 100644 --- a/runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/InsertCharacter.qml +++ b/runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/InsertCharacter.qml @@ -108,7 +108,6 @@ Popup { Component.onCompleted: function() { for(const chr of insertChars) { - console.log("Appending", chr) model.append({ 'chr': chr }) } }