aboutsummaryrefslogtreecommitdiff
path: root/src/Toast.qml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-06 20:04:48 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-06 20:04:48 +0200
commit61b4ee3b8f1d4c5d85b7a561551167fa41b12400 (patch)
tree216a21ec9930bd8c52f30305788ca9fab9438fc5 /src/Toast.qml
parent98049d1507a6f2ae232782fd79f4f753ad53eead (diff)
downloadRWA.Support.DesktopApp-61b4ee3b8f1d4c5d85b7a561551167fa41b12400.tar.gz
RWA.Support.DesktopApp-61b4ee3b8f1d4c5d85b7a561551167fa41b12400.tar.bz2
RWA.Support.DesktopApp-61b4ee3b8f1d4c5d85b7a561551167fa41b12400.zip
Tidy up some debug statements or long strings
Diffstat (limited to 'src/Toast.qml')
-rw-r--r--src/Toast.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Toast.qml b/src/Toast.qml
index a427d10..60e238c 100644
--- a/src/Toast.qml
+++ b/src/Toast.qml
@@ -58,7 +58,6 @@ Control {
else {
time = defaultTime;
}
- console.log("Showing a new toast with display time: " + time);
animation.start();
}