Code tidying.

This commit is contained in:
pdw
2014-01-01 12:36:35 +00:00
parent 9be050ef4c
commit 59cf360690

View File

@@ -140,7 +140,6 @@ void tick(int print) {
t = time(NULL); t = time(NULL);
if(t - last_timestamp >= RESOLUTION) { if(t - last_timestamp >= RESOLUTION) {
//printf("TICKING\n");
analyse_data(); analyse_data();
ui_print(); ui_print();
history_rotate(); history_rotate();