From da31177a8f4952520e1793d5242f1197f03913e3 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 12 Nov 2014 11:32:48 +0100 Subject: [PATCH] Remove debug statement Either we throw an exception or we ignore it. But we should certainly not print this to the end-user... --- lib/private/files/view.php | 4 ---- 1 file changed, 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); -- 2.39.5