<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,7 @@ profile
 build/*
 *.pbxuser
 *.mode1v3
+*.mode2v3
 
 # old skool
 .svn</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,14 @@
 //  Created by Ryan Daigle on 7/30/08.
 //  Copyright 2008 yFactorial, LLC. All rights reserved.
 //
+#ifdef __OBJC__
+//setup debug only logging
+#ifdef DEBUG
+#define debugLog(...) NSLog(__VA_ARGS__)
+#else
+#define debugLog(...)
+#endif
+#endif
 
 @interface Response : NSObject {
 	NSData *body;</diff>
      <filename>Classes/lib/Response.h</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,7 @@
 
 - (void)log {
 	if ([self isSuccess]) {
-		NSLog(@&quot;&lt;= %@&quot;, [[[NSString alloc] initWithData:body encoding:NSUTF8StringEncoding] autorelease]);
+		debugLog(@&quot;&lt;= %@&quot;, [[[NSString alloc] initWithData:body encoding:NSUTF8StringEncoding] autorelease]);
 	}
 	else {
 		NSLog(@&quot;&lt;= %@&quot;, [[[NSString alloc] initWithData:body encoding:NSUTF8StringEncoding] autorelease]);</diff>
      <filename>Classes/lib/Response.m</filename>
    </modified>
    <modified>
      <diff>@@ -3,12 +3,6 @@
 //
 
 #ifdef __OBJC__
-//setup debug only logging
-#ifdef DEBUG
-	#define debugLog(...) NSLog(__VA_ARGS__)
-#else
-	#define debugLog(...)
-#endif
 #import &lt;Foundation/Foundation.h&gt;
 #import &lt;UIKit/UIKit.h&gt;
 #endif</diff>
      <filename>active_resource_Prefix.pch</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>47611176290a8664a0da9efc51687b6242bdc6c5</id>
    </parent>
  </parents>
  <author>
    <name>Elfred Pagan</name>
    <email>elfred@elfredpagan.com</email>
  </author>
  <url>http://github.com/Glennumz/objectiveresource/commit/c3353ec2f8d2d7ee6dfeefce8dce4d5e13bfed30</url>
  <id>c3353ec2f8d2d7ee6dfeefce8dce4d5e13bfed30</id>
  <committed-date>2008-12-19T21:32:09-08:00</committed-date>
  <authored-date>2008-12-19T21:32:09-08:00</authored-date>
  <message>Added *.mode2v3 to .gitignore (more xcode noise), moved debug log to Response.h since Response.m is the only place where it's used.</message>
  <tree>05c575c2996cd719d3f9090c0bdb4be8d9b0e87f</tree>
  <committer>
    <name>Elfred Pagan</name>
    <email>elfred@elfredpagan.com</email>
  </committer>
</commit>
