Removed debug prints

master
TuDatTr 2020-12-20 19:28:28 +01:00
parent cee998af6b
commit 70cc019779
4 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.tmp

View File

@ -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() {

View File

Binary file not shown.