Skip to content

Commit

Permalink
Update input_stream_adapter.m
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 1, 2024
1 parent 1c1a3c8 commit c4e42a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/objective_c/src/input_stream_adapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ - (NSStreamStatus)streamStatus {
#pragma mark - NSInputStream

- (NSInteger)read:(uint8_t *)buffer maxLength:(NSUInteger)len {
os_log_with_type(OS_LOG_DEFAULT, OS_LOG_TYPE_DEBUG,
"DartInputStreamAdapter: read called!");

if (_status == NSStreamStatusNotOpen) {
os_log_with_type(OS_LOG_DEFAULT, OS_LOG_TYPE_DEBUG,
"DartInputStreamAdapter: read before open");
Expand Down

0 comments on commit c4e42a1

Please sign in to comment.