summaryrefslogtreecommitdiffstats
path: root/partition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'partition.cpp')
-rw-r--r--partition.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/partition.cpp b/partition.cpp
index 8c5b412a7..3f7b26ccd 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -2276,7 +2276,6 @@ uint64_t TWPartition::Get_Max_FileSize() {
maxFileSize = 3.94 * constTB; //3.94 TB
else
maxFileSize = 100000000L;
- LOGINFO("Get_Max_FileSize::maxFileSize: %llu\n", maxFileSize);
return maxFileSize - 1;
}