Removed debug prints
This commit is contained in:
@@ -52,7 +52,6 @@ void init() {
|
||||
cache_set[j].time = 0;
|
||||
}
|
||||
}
|
||||
printf("cache: %ld, cache_set: %ld, cache_line: %ld\n", sizeof(cache), sizeof(cache[0]), sizeof(cache[0][0]));
|
||||
}
|
||||
|
||||
void clean() {
|
||||
|
||||
Reference in New Issue
Block a user