refactor(tree): removed debug prints

This commit is contained in:
lisk77 2025-08-31 03:44:02 +02:00
parent 8cc5c6310b
commit 90ae57e1e8

View file

@ -43,9 +43,6 @@ void snapshot_tree(FileInfoBuffer* tree) {
char hash[41];
object_hash(TreeObject, tmp, hash);
printf("content: %s\n", tmp);
printf("hash: %s\n", hash);
char dir_path[PATH_MAX];
char file_path[PATH_MAX];