Skip to content

Commit af1be1a

Browse files
committed
Removed debug code
1 parent d418d35 commit af1be1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <WiFiUdp.h>
2929
#include <ArduinoOTA.h> // local OTA update from Arduino IDE
3030
#include <MongooseCore.h>
31-
#include <MemTrace.h>
3231

3332
#include "emonesp.h"
3433
#include "app_config.h"
@@ -63,7 +62,6 @@ static uint32_t last_mem = 0;
6362
void setup()
6463
{
6564
HAL.begin();
66-
//MemTrace.begin(DEBUG);
6765

6866
DEBUG.println();
6967
DEBUG.print("OpenEVSE WiFI ");

0 commit comments

Comments
 (0)