ソースを参照

Remove log message

Eric Helgeson 5 ヶ月 前
コミット
f7cc4f8b5d
1 ファイル変更0 行追加1 行削除
  1. 0 1
      lib/BlueSCSI_platform_RP2MCU/BlueSCSI_platform_msc.cpp

+ 0 - 1
lib/BlueSCSI_platform_RP2MCU/BlueSCSI_platform_msc.cpp

@@ -107,7 +107,6 @@ public:
 
 /* return true if USB presence detected / eligible to enter CR mode */
 bool platform_sense_msc() {
-  logmsg("platform_sense_msc");
 #if defined(BLUESCSI_PICO) || defined(BLUESCSI_PICO_2) || defined(BLUESCSI_V2)
   // check if we're USB powered, if not, exit immediately
   // pin on the wireless module, see https://github.com/earlephilhower/arduino-pico/discussions/835