Author: chabotc
Date: Thu Dec 11 11:10:54 2008
New Revision: 725787

URL: http://svn.apache.org/viewvc?rev=725787&view=rev
Log:
Debugging statement slipped into the commit, doh

Modified:
    incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php

Modified: incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php?rev=725787&r1=725786&r2=725787&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php 
(original)
+++ incubator/shindig/trunk/php/test/common/BasicRemoteContentTest.php Thu Dec 
11 11:10:54 2008
@@ -142,8 +142,6 @@
     $request = new 
RemoteContentRequest('http://adwordsapi.blogspot.com/atom.xml');
     $context = new TestContext();
     $ret = $this->BasicRemoteContent->fetch($request, $context);
-    print_r($ret);
-    die();
     $content = $ret->getResponseContent();
     $this->assertNotEquals(null, $content);
   }


Reply via email to