From 1bcf461889dd054a6b802b0cb62f84f339e94ec6 Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 19 Sep 2005 16:14:03 +0000 Subject: [PATCH] Get rid of debug var_dumps. --- lib/storage/ondiskpathstoragemanager.inc.php | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/storage/ondiskpathstoragemanager.inc.php b/lib/storage/ondiskpathstoragemanager.inc.php index 39e3e24..e71dc5a 100644 --- a/lib/storage/ondiskpathstoragemanager.inc.php +++ b/lib/storage/ondiskpathstoragemanager.inc.php @@ -48,8 +48,6 @@ class KTOnDiskPathStorageManager extends KTStorageManager { $oDocument->setFileSize(filesize($sTmpFilePath)); $sDocumentFileSystemPath = sprintf("%s/%s", $oConfig->get('urls/documentRoot'), $this->getPath($oDocument)); //copy the file accross - var_dump($sTmpFilePath); - var_dump($sDocumentFileSystemPath); if (copy($sTmpFilePath, $sDocumentFileSystemPath)) { //remove the temporary file unlink($sTmpFilePath); -- libgit2 0.21.4