diff options
-rw-r--r-- | lib/private/files/view.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 0e4da30f7b9..19676524a0e 100644 --- a/lib/private/files/view.php +++ b/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); |