refactor(tree): removed debug prints
This commit is contained in:
parent
8cc5c6310b
commit
90ae57e1e8
1 changed files with 0 additions and 3 deletions
|
|
@ -43,9 +43,6 @@ void snapshot_tree(FileInfoBuffer* tree) {
|
||||||
char hash[41];
|
char hash[41];
|
||||||
object_hash(TreeObject, tmp, hash);
|
object_hash(TreeObject, tmp, hash);
|
||||||
|
|
||||||
printf("content: %s\n", tmp);
|
|
||||||
printf("hash: %s\n", hash);
|
|
||||||
|
|
||||||
char dir_path[PATH_MAX];
|
char dir_path[PATH_MAX];
|
||||||
char file_path[PATH_MAX];
|
char file_path[PATH_MAX];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue