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:
Russell Hancox
2024-08-08 14:06:52 -04:00
committed by GitHub
parent 6093118ba1
commit 013b0b40af

View File

@@ -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"];
}