diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-08 10:27:13 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-03-08 10:27:13 -0800 |
| commit | a74e9e1dd3302891cc3c65d918994086d868dc19 (patch) | |
| tree | b8ad08f23364be33e918b9a2e6e9db873420d4e8 | |
| parent | 9c1a9f984b2bdffe94e147e3548080dfc7c2ef72 (diff) | |
| download | infinitytier-a74e9e1dd3302891cc3c65d918994086d868dc19.tar.gz infinitytier-a74e9e1dd3302891cc3c65d918994086d868dc19.zip | |
remove debug line
| -rw-r--r-- | osdep/OSUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/OSUtils.cpp b/osdep/OSUtils.cpp index 69d368ef..8427f0a0 100644 --- a/osdep/OSUtils.cpp +++ b/osdep/OSUtils.cpp @@ -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; } |
