mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
remove debug line
This commit is contained in:
parent
9c1a9f984b
commit
a74e9e1dd3
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ long OSUtils::cleanDirectory(const char *path,const uint64_t olderThan)
|
|||
if (stat(tmp,&st) == 0) {
|
||||
uint64_t mt = (uint64_t)(st.st_mtime);
|
||||
if ((mt > 0)&&((mt * 1000) < olderThan)) {
|
||||
printf("%s\n",tmp);
|
||||
if (unlink(tmp) == 0)
|
||||
++cleaned;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue