Skip to content
Snippets Groups Projects
Commit d088b5f3 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Remove debug echo

parent 1fad8e6a
No related branches found
No related tags found
No related merge requests found
......@@ -715,9 +715,6 @@ void CardReader::presort()
#endif
#endif
if (cmp) {
// char out[LONG_FILENAME_LENGTH*2+20];
// sprintf_P(out, PSTR("Swap %i %s for %i %s"), o1, sortnames[o1], o2, sortnames[o2]);
// SERIAL_ECHOLN(out);
sort_order[s1] = o2;
sort_order[s2] = o1;
didSwap = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment