<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -110,7 +110,7 @@
 }
 
 - (void)netServiceBrowser:(NSNetServiceBrowser *)netServiceBrowser didNotSearch:(NSDictionary *)errorInfo {
-  NSLog(@&quot;Did not search: %@&quot;, errorInfo);
+  // NSLog(@&quot;Did not search: %@&quot;, errorInfo);
 }
 
 - (void)netServiceBrowserWillSearch:(NSNetServiceBrowser *)netServiceBrowser {
@@ -159,7 +159,7 @@
   }
   // Can't mutate while iterating
   for (Host *host in toRemove) {
-    NSLog(@&quot;No services remaining on host %@, removing&quot;, host);
+    // NSLog(@&quot;No services remaining on host %@, removing&quot;, host);
     [self.hosts removeObject:host];
   }
   [toRemove release];
@@ -227,7 +227,7 @@
 
 
 - (void)netService:(NSNetService *)service didNotResolve:(NSDictionary *)errorDict {
-  NSLog(@&quot;Did not resolve service %@: %@&quot;, service, errorDict);
+  //  NSLog(@&quot;Did not resolve service %@: %@&quot;, service, errorDict);
   //[service release]; // we retained this before resolving it
 }
 </diff>
      <filename>Classes/FlameTouchAppDelegate.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1dc3fc691a421c3b75d0399fdd48ddd464648724</id>
    </parent>
  </parents>
  <author>
    <name>ssp</name>
    <email>ssp-web@earthlingsoft.net</email>
  </author>
  <url>http://github.com/jerakeen/flametouch/commit/d4c0e85a659984e8cdcc6e58335dbb56fd88fb13</url>
  <id>d4c0e85a659984e8cdcc6e58335dbb56fd88fb13</id>
  <committed-date>2009-09-26T03:06:00-07:00</committed-date>
  <authored-date>2009-09-26T03:06:00-07:00</authored-date>
  <message>Comment out NSLogs.

Would seem useless / bad style to ship them.</message>
  <tree>5bdc4252dac81cc23d0d5ad57d233bf585a4462e</tree>
  <committer>
    <name>ssp</name>
    <email>ssp-web@earthlingsoft.net</email>
  </committer>
</commit>
