Merge pull request #12126 from owncloud/remove-debug-statement
Remove debug statement
This commit is contained in:
commit
268906995d
|
@ -676,10 +676,6 @@ class View {
|
||||||
$this->mkdir($filePath);
|
$this->mkdir($filePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$tmpFile) {
|
|
||||||
debug_print_backtrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
$source = fopen($tmpFile, 'r');
|
$source = fopen($tmpFile, 'r');
|
||||||
if ($source) {
|
if ($source) {
|
||||||
$this->file_put_contents($path, $source);
|
$this->file_put_contents($path, $source);
|
||||||
|
|
Loading…
Reference in New Issue