diff --git a/esp8266_deauther/Stations.cpp b/esp8266_deauther/Stations.cpp index aad6c45..a6bcc02 100644 --- a/esp8266_deauther/Stations.cpp +++ b/esp8266_deauther/Stations.cpp @@ -254,9 +254,10 @@ void Stations::deselect(int num) { void Stations::remove(int num) { if (!check(num)) return; - internal_remove(num); prnt(ST_REMOVED_STATION); prntln(num); + + internal_remove(num); changed = true; } @@ -364,4 +365,4 @@ void Stations::internal_removeAll() { free(getTime(i)); } list->clear(); -} \ No newline at end of file +}