Browse Source

Remove debug echo

Scott Lahteine 9 years ago
parent
commit
d088b5f30f
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/cardreader.cpp

+ 0
- 3
Marlin/cardreader.cpp View File

@@ -715,9 +715,6 @@ void CardReader::presort()
715 715
             #endif
716 716
           #endif
717 717
           if (cmp) {
718
-            // char out[LONG_FILENAME_LENGTH*2+20];
719
-            // sprintf_P(out, PSTR("Swap %i %s for %i %s"), o1, sortnames[o1], o2, sortnames[o2]);
720
-            // SERIAL_ECHOLN(out);
721 718
             sort_order[s1] = o2;
722 719
             sort_order[s2] = o1;
723 720
             didSwap = true;

Loading…
Cancel
Save