mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
removed TODO
This commit is contained in:
@@ -186,7 +186,6 @@ bool Commands::find_longest_common_prefix(const std::multimap<size_t, const Comm
|
||||
}
|
||||
|
||||
if (chars_prefix > 0) {
|
||||
// TODO fix, no more PGM
|
||||
longest_name.push_back(std::string(first).substr(0, chars_prefix));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user