Skip to content

Commit 511f317

Browse files
authored
Merge pull request #690 from LeeLeahy2/double-verbose
WiFi: Remove double verbose
2 parents 7d1d77c + 90ff943 commit 511f317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ bool RTK_WIFI::stopStart(WIFI_ACTION_t stopping, WIFI_ACTION_t starting)
29842984
// Display the items that were not started
29852985
//****************************************
29862986

2987-
if (settings.debugWifiState && _verbose && _verbose)
2987+
if (settings.debugWifiState && _verbose)
29882988
{
29892989
systemPrintf("0x%08x: startingNow\r\n", startingNow);
29902990
systemPrintf("0x%08x: _started\r\n", _started);

0 commit comments

Comments
 (0)