[pLog-svn] r1568 - in plugins/trunk: authimage blogtimes flickr jupload/class/action

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Mar 21 09:33:52 GMT 2005


Author: mark
Date: 2005-03-21 09:33:51 +0000 (Mon, 21 Mar 2005)
New Revision: 1568

Modified:
   plugins/trunk/authimage/pluginauthimage.class.php
   plugins/trunk/blogtimes/pluginblogtimes.class.php
   plugins/trunk/flickr/pluginflickr.class.php
   plugins/trunk/jupload/class/action/pluginjuploadaddresourceaction.class.php
Log:
Remove log information.

Modified: plugins/trunk/authimage/pluginauthimage.class.php
===================================================================
--- plugins/trunk/authimage/pluginauthimage.class.php	2005-03-21 09:22:48 UTC (rev 1567)
+++ plugins/trunk/authimage/pluginauthimage.class.php	2005-03-21 09:33:51 UTC (rev 1568)
@@ -55,7 +55,6 @@
             $this->cacheFolder = $config->getValue('temp_folder');
 			$this->cacheFolder = $this->cacheFolder.'/authimage/'.$this->blogInfo->getId();
 			if( !File::exists( $this->cacheFolder )) {
-			    $this->log->debug( "creating temporary folder".$this->cacheFolder );
 				File::createDir( $this->cacheFolder );
 			}
 		    

Modified: plugins/trunk/blogtimes/pluginblogtimes.class.php
===================================================================
--- plugins/trunk/blogtimes/pluginblogtimes.class.php	2005-03-21 09:22:48 UTC (rev 1567)
+++ plugins/trunk/blogtimes/pluginblogtimes.class.php	2005-03-21 09:33:51 UTC (rev 1568)
@@ -59,7 +59,6 @@
             $this->cacheFolder = $config->getValue('temp_folder');
 			$this->cacheFolder = $this->cacheFolder.'/blogtimes/'.$this->blogInfo->getId();
 			if( !File::exists( $this->cacheFolder )) {
-			    $this->log->debug( "creating temporary folder".$this->cacheFolder );
 				File::createDir( $this->cacheFolder );
 			}
 

Modified: plugins/trunk/flickr/pluginflickr.class.php
===================================================================
--- plugins/trunk/flickr/pluginflickr.class.php	2005-03-21 09:22:48 UTC (rev 1567)
+++ plugins/trunk/flickr/pluginflickr.class.php	2005-03-21 09:33:51 UTC (rev 1568)
@@ -68,7 +68,6 @@
             $this->cacheFolder = $config->getValue('temp_folder');
 			$this->cacheFolder = $this->cacheFolder.'/flickr/'.$this->blogInfo->getId();
 			if( !File::exists( $this->cacheFolder )) {
-			    $this->log->debug( "creating temporary folder".$this->cacheFolder );
 				File::createDir( $this->cacheFolder );
 			}
 		    

Modified: plugins/trunk/jupload/class/action/pluginjuploadaddresourceaction.class.php
===================================================================
--- plugins/trunk/jupload/class/action/pluginjuploadaddresourceaction.class.php	2005-03-21 09:22:48 UTC (rev 1567)
+++ plugins/trunk/jupload/class/action/pluginjuploadaddresourceaction.class.php	2005-03-21 09:33:51 UTC (rev 1568)
@@ -46,11 +46,9 @@
 			
             // check if there is any file uploaded
             $files = HttpVars::getFiles();
-			$this->log->debug($files);
 			// we probably need to rearrange the $files array a bit better...
 			$this->_files = Array();
 			foreach( $files as $file ) {
-				$this->log->debug("processing ".$file["name"]);
 				if( $file["error"] == 0 && $file["size"] > 0 && $file["name"] != "" ) {
 					$this->_files[] = $file;
 				}




More information about the pLog-svn mailing list