You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/08/06 23:03:44 UTC

svn commit: r683408 - /incubator/shindig/trunk/php/src/social-api/converters/InputAtomConverter.php

Author: chabotc
Date: Wed Aug  6 14:03:43 2008
New Revision: 683408

URL: http://svn.apache.org/viewvc?rev=683408&view=rev
Log:
Woops debug statement ended up in commit

Modified:
    incubator/shindig/trunk/php/src/social-api/converters/InputAtomConverter.php

Modified: incubator/shindig/trunk/php/src/social-api/converters/InputAtomConverter.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/converters/InputAtomConverter.php?rev=683408&r1=683407&r2=683408&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/converters/InputAtomConverter.php (original)
+++ incubator/shindig/trunk/php/src/social-api/converters/InputAtomConverter.php Wed Aug  6 14:03:43 2008
@@ -31,7 +31,6 @@
 	{
 		$activity = array();
 		$xml = simplexml_load_string($requestParam, 'SimpleXMLElement', LIBXML_NOCDATA);
-		file_put_contents('/tmp/activitxml.txt', print_r($xml, true));
 		if (! isset($xml->title)) {
 			throw new Exception("Mallformed activity xml");
 		}