Skip to content

Commit f57465e

Browse files
Removed debugging code.
1 parent a518a9e commit f57465e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ClickPatternReplicator/RecordPattern.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,5 @@ void RecordPattern(struct Click **clicks)
6060
*clicks = malloc((len + 1) * sizeof(struct Click));
6161
memcpy(*clicks, arr, len * sizeof(struct Click));
6262
free(arr);
63-
printf("%u\n", len);
64-
fflush(stdout);
6563
(*clicks)[len].button = 0;
6664
}

0 commit comments

Comments
 (0)