Merge pull request #12126 from owncloud/remove-debug-statement

Remove debug statement
This commit is contained in:
Lukas Reschke 2014-11-12 16:11:28 +01:00
commit 268906995d
1 changed files with 0 additions and 4 deletions

View File

@ -676,10 +676,6 @@ class View {
$this->mkdir($filePath);
}
if (!$tmpFile) {
debug_print_backtrace();
}
$source = fopen($tmpFile, 'r');
if ($source) {
$this->file_put_contents($path, $source);