Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
formiano committed Dec 13, 2024
1 parent e7ad9ac commit 8faa61b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions lib/python/enigma_python.i
Original file line number Diff line number Diff line change
Expand Up @@ -487,24 +487,6 @@ PyObject *getDeviceDB()
}
return result;
}
%}
void eProfileDone();
%{
void eProfileDone()
{
eProfile::getInstance().close();
}
%}
void eProfileWrite(const char*);
%{
void eProfileWrite(const char* checkPoint)
{
eProfile::getInstance().write(checkPoint);
}
%}
/************** temp *****************/
Expand Down
2 changes: 0 additions & 2 deletions main/enigma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ int main(int argc, char **argv)

eDebug("[Enigma] Executing StartEnigma.py");

eProfile::getInstance().write("StartPython");

bsodCatchSignals();
catchTermSignal();

Expand Down

0 comments on commit 8faa61b

Please sign in to comment.