Skip to content

Commit

Permalink
Clean up log
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Oct 15, 2015
1 parent e4aec3f commit 31b63e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Backends/Kore/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ namespace {
}

void mouseMove(int x, int y, int movementX, int movementY) {
Kore::log(Kore::Info, "movement : %i,%i", movementX, movementY);
Starter_obj::mouseMove(x, y, movementX, movementY);
}

Expand Down

0 comments on commit 31b63e5

Please sign in to comment.