Skip to content

Commit aea366f

Browse files
committed
remove delay added by github copilot
1 parent d6a7720 commit aea366f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

processing-mode/example3/java/src/main/java/test/Example3Sketch.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public void runClustering() {
6666
float[][] boidLocations = flock.getBoidLocations();
6767
int[] boidClusterLabels = (int[]) callPython("cluster_boids", (Object) boidLocations);
6868
flock.setBoidClusterLabels(boidClusterLabels);
69-
delay(1000);
7069
}
7170
}
7271

0 commit comments

Comments
 (0)