Index: content_retriever/content_retriever.module
===================================================================
--- content_retriever/content_retriever.module	(revision 1192)
+++ content_retriever/content_retriever.module	(working copy)
@@ -176,6 +176,9 @@
       unset($node->last_comment_timestamp);
       unset($node->last_comment_name);
       
+      //reset the teaser so a new, safe, teaser is created
+      $node->teaser = node_teaser($node->body, $node->format);
+      
       unset($node->queues);
 
       //taxonomy parsing - rewrites the taxonomy object
@@ -191,7 +194,7 @@
         }
       }else{
       	// module is not installed so capture the issue
-  		watchdog('your_theme', 'Failed to call taxonomy_parser_import_taxonomy(). The taxonomy_parser module is not available.', WATCHDOG_WARNING);
+  		watchdog('integration', 'Failed to call taxonomy_parser_import_taxonomy(). The taxonomy_parser module is not available.', WATCHDOG_WARNING);
       	unset($node->taxonomy);
       }
       
@@ -326,12 +329,8 @@
       foreach ($queues as $qid => $queue) {
       	if ($queue != '0') {
   	      //make the call
-//print $viewname;
-//var_dump(array($qid, $contenttype, 
-//var_dump($viewname, $contenttype, $qid, format_date($last_run, 'custom', 'YmdHi'));
-		  	  	  
           $result = content_retriever_xmlrpc($endpoint, 'views.get', $api_key, $session_id, $viewname, array((int)$qid, $contenttype, format_date($last_run, 'custom', 'YmdHi')));
-          //print_r($result);
+
           if($result) {
             foreach ($result as $node_info) {
               //load the remote node
