Skip to content
Snippets Groups Projects
Commit ec3c5f36 authored by Björn Schießle's avatar Björn Schießle
Browse files

debug output removed

parent 21cdf936
Branches
No related tags found
No related merge requests found
......@@ -265,8 +265,6 @@ class Storage {
if ( $nextInterval == -1 || $versions[$i]['version'] >= $nextInterval ) {
if ( $versions[$i]['version'] > $nextVersion ) {
//distance between two version to small, delete version
error_log("next version:" . $nextVersion . " - version: " . $versions[$i]['version']);
error_log("unlink: " . $filename.'.v'.$versions[$i]['version']);
$versions_fileview->unlink($filename.'.v'.$versions[$i]['version']);
$availableSpace += $versions[$i]['size'];
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment