aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-31 09:09:29 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-31 09:09:29 +0100
commita62fde4b436fd06f66948017ea4b417be6447682 (patch)
tree8750e7119dcad622276733e028f8b2aca163ca13
parent09c6f1847a1ba1e1a08c129b71ae50ed9910a4af (diff)
-rw-r--r--client/mainwindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp
index 597b122..4ee033d 100644
--- a/client/mainwindow.cpp
+++ b/client/mainwindow.cpp
@@ -26,11 +26,8 @@ MainWindow::~MainWindow()
}
void MainWindow::timeFunction() {
- printf("timeFunction\n");
- client.timeFunction(); // segfault ->?
if(client.refreshChart == true){
client.refreshChart = false;
- printf("redrawing...\n");
drawGraph();
}
}