Skip to content

Commit 678fced

Browse files
Removed weird comment
1 parent 5619aec commit 678fced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/socket.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class PhoenixSocket {
236236
return;
237237
} else {
238238
throw PhoenixException();
239-
} // else
239+
}
240240
} catch (err, stackTrace) {
241241
_logger.severe('Raised Exception', err, stackTrace);
242242
_ws = null;

0 commit comments

Comments
 (0)