Removing debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-29 02:58:32 +01:00
parent da8aa59b0a
commit fdcc8105ba
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -108,7 +108,6 @@ Popup {
Component.onCompleted: function() {
for(const chr of insertChars) {
console.log("Appending", chr)
model.append({ 'chr': chr })
}
}