Skip to content

Commit

Permalink
DsLineSocket | supressed log of bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Minyewoo committed Apr 4, 2024
1 parent 29ac631 commit fe5cc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/line_socket/ds_line_socket.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class DsLineSocket implements LineSocket {
),
);
} else {
_log.debug('[.send] event: $data');
// _log.debug('[.send] event: $data');
try {
if (_isConnected) {
socket.add(data);
Expand Down

0 comments on commit fe5cc2a

Please sign in to comment.