Skip to content

Commit 5de76b7

Browse files
committed
Remove empty else block
1 parent 9259452 commit 5de76b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sfe_ublox_cellular.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,9 +894,6 @@ bool SparkFun_ublox_Cellular::poll(void)
894894
_debugPort->println(_saraRXBuffer);
895895
}
896896
}
897-
else
898-
{
899-
}
900897
}
901898

902899
_pollReentrant = false;

0 commit comments

Comments
 (0)