Skip to content

Commit

Permalink
remove heap traces to restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jul 27, 2023
1 parent 742aa62 commit 4c477c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions lib/device/sio/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1045,12 +1045,8 @@ void sioNetwork::sio_set_translation()

void sioNetwork::sio_parse_json()
{
heap_trace_start(HEAP_TRACE_LEAKS);
json->parse();
sio_complete();
heap_trace_stop();
Debug_printv("heap trace follows\r\n");
heap_trace_dump();
}

void sioNetwork::sio_set_json_query()
Expand Down
2 changes: 0 additions & 2 deletions lib/network-protocol/FS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ bool NetworkProtocolFS::read_dir(unsigned short len)
{
bool ret;

heap_trace_start(HEAP_TRACE_LEAKS);

if (receiveBuffer->length() == 0)
{
*receiveBuffer = dirBuffer.substr(0, len);
Expand Down

0 comments on commit 4c477c4

Please sign in to comment.