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

Remove debug statement
remotes/origin/fix-10825
Lukas Reschke 12 years ago
commit 268906995d
  1. 4
      lib/private/files/view.php

@ -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);

Loading…
Cancel
Save