Skip to content

Commit

Permalink
移除调试输出
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Apr 18, 2022
1 parent 0127949 commit 976968e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion task/bt-task.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ void _unzip(char *sfile,char *dfile,char *password,char *_log_file){
sprintf(_cmd,"gunzip -c %s > %s",sfile,_dst_file);
system(_cmd);
}
printf("%s\n",_cmd);
}

/**
Expand Down

0 comments on commit 976968e

Please sign in to comment.