Skip to content

Commit

Permalink
remove not necessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Oct 19, 2023
1 parent 4f5f94e commit cfb3427
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DXFeedFramework/Events/Market/Extra/OrderSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ public class OrderSource: IndexedEventSource {
&& (name != OrderSource.decodeName(identifier: identifier)) {
throw ArgumentException.exception("id does not match name")
}
default:
print("")
default: break
}
// Flag FullOrderBook requires that source must be publishable.
if (pubFlags & OrderSource.fullOrderBook) != 0 &&
Expand Down

0 comments on commit cfb3427

Please sign in to comment.