Skip to content

Commit 7446cee

Browse files
Remove leftover debug code
1 parent 2e5ee76 commit 7446cee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/esp8266/spiffs_api.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@ class SPIFFSImpl : public FSImpl
356356
std::unique_ptr<uint8_t[]> _cacheBuf;
357357

358358
SPIFFSConfig _cfg;
359-
360-
int _called = 0;
361359
};
362360

363361
#define CHECKFD() while (_fd == 0) { panic(); }

0 commit comments

Comments
 (0)