<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -136,7 +136,6 @@
 		request = [ASIHTTPRequest requestWithURL:url];
 		[request setShouldRedirect:NO];
 		[request start];
-		NSLog([request responseString]);
 		if (i == 304) { // 304s will not contain a body, as per rfc2616. Will test 304 handling in a future test when we have etag support
 			continue;
 		}
@@ -145,7 +144,6 @@
 	
 		request = [ASIHTTPRequest requestWithURL:url];
 		[request start];
-		NSLog([request responseString]);
 		success = [[request responseString] isEqualToString:[NSString stringWithFormat:@&quot;Redirected content after a %hi status code&quot;,i]];
 		GHAssertTrue(success,[NSString stringWithFormat:@&quot;Got the wrong content when redirecting after a %hi&quot;,i]);
 	</diff>
      <filename>Classes/Tests/ASIHTTPRequestTests.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44e5aee307d9bead97a4eec35fae9f6aad6efdd4</id>
    </parent>
  </parents>
  <author>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </author>
  <url>http://github.com/pokeb/asi-http-request/commit/3f1ef515353e07048eeda567ea8ad3df4929628f</url>
  <id>3f1ef515353e07048eeda567ea8ad3df4929628f</id>
  <committed-date>2009-05-31T04:32:50-07:00</committed-date>
  <authored-date>2009-05-31T04:32:50-07:00</authored-date>
  <message>Remove debugging logs</message>
  <tree>e0806df6df22f5a00ba9d5c97bc39538549b09b6</tree>
  <committer>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </committer>
</commit>
