diff --git a/lib/upload.php b/lib/upload.php index 130343e..31de1f8 100644 --- a/lib/upload.php +++ b/lib/upload.php @@ -198,8 +198,6 @@ function fileExists(int $fileId, bool $onlyMine = true): bool|string return $filePath; } else { - echo $stmtfileexists->error; - echo $query; return false; } }