Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Mar 19, 2024
1 parent 5605c0e commit 1aa6aa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/cupertino_http/lib/src/cupertino_web_socket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class CupertinoWebSocket implements WebSocket {
unawaited(_events.close());
if (code != null) {
reason = reason ?? '';
print('Closing with code: $code $reason');
_task.cancelWithCloseCode(code, Data.fromList(utf8.encode(reason)));
} else {
_task.cancel();
Expand Down

0 comments on commit 1aa6aa8

Please sign in to comment.