Skip to content

Commit 98a51fa

Browse files
author
Martyn York
committed
removed the log call in the eventhandler destructor.
1 parent ee10346 commit 98a51fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Core/Input.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ namespace Monocle
1111

1212
Input::EventHandler::~EventHandler()
1313
{
14-
Monocle::Debug::Log("eventhandler destructing");
1514
Input::RemoveHandler(this);
1615
}
1716

0 commit comments

Comments
 (0)