mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
sync: Remove debug logging of request JSON. (#1410)
This was helpful while switching to the protobuf lib but due to the way SLOGD works it isn't limited to just debug invocations and is quite noisy
This commit is contained in:
@@ -86,7 +86,6 @@ using santa::NSStringToUTF8String;
|
||||
return nil;
|
||||
}
|
||||
|
||||
SLOGD(@"Request JSON: %s", json.c_str());
|
||||
return [self requestWithData:[NSData dataWithBytes:json.data() length:json.size()]
|
||||
contentType:@"application/json"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user