Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chillibasket committed May 9, 2021
1 parent 414c8eb commit 4ae5d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ProcessingGrapher/LiveGraph.pde
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class LiveGraph implements TabAPI {
* Draw new tab data
*/
void drawNewData () {
print(".");
int currentCount = dataTable.getRowCount();
if (isPaused) {
if (pausedCount < currentCount) currentCount = pausedCount;
Expand Down

0 comments on commit 4ae5d90

Please sign in to comment.