Skip to content

Commit

Permalink
Dont print "cleaning up" on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Haynes committed Nov 21, 2009
1 parent a73b7db commit a4a3af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pycontrol/sbpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ bool initPy()

void deinitPy()
{
std::cout << "Cleaning up\n";
Py_XDECREF(triggerEventFunc);
Py_XDECREF(triggerPolicyEventFunc);
Py_XDECREF(updateFunc);
Expand Down

0 comments on commit a4a3af4

Please sign in to comment.