Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Nov 21, 2020
1 parent cdad419 commit dc21c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBSoap.m
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ - (DBSObject *)extractQueryRecord:(NSDictionary *)record
else
{
value = obj;
NSLog(@"complex field: %@", value);
//NSLog(@"complex field: %@", value);
// we have a complex field, but not an object
if (enableFieldTypesDescribeForQuery)
{
Expand Down

0 comments on commit dc21c5b

Please sign in to comment.