aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}
}