Skip to content

Commit

Permalink
removed debug break
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Jun 26, 2016
1 parent 9faed63 commit e5845c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ static bool ExecutePythonScript(wchar_t* szFileName)
Py_DECREF(dict);
Py_DECREF(PyFileObject);

__debugbreak();

if(result == NULL)
{
if(PyErr_ExceptionMatches(PyExc_SystemExit))
Expand Down

0 comments on commit e5845c8

Please sign in to comment.