From 90ae57e1e8aafa9ff904f222cf8a35d5b7974fba Mon Sep 17 00:00:00 2001 From: lisk77 Date: Sun, 31 Aug 2025 03:44:02 +0200 Subject: [PATCH] refactor(tree): removed debug prints --- src/tree.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tree.c b/src/tree.c index 7d6441c..f115d0f 100644 --- a/src/tree.c +++ b/src/tree.c @@ -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];