Removed extra logging

This commit is contained in:
Collin Smith 2020-06-03 20:29:21 -07:00
parent faf8743a75
commit 7aa3f448ee

View File

@ -54,7 +54,6 @@ public class Cursor implements ItemData.LocationListener {
}
public void setCursor(DC dc, Index colormap, int id) {
Gdx.app.log(TAG, "setCursor " + dc);
if (cursor == null) {
Pixmap pixmap = new Pixmap(1, 1, Pixmap.Format.RGBA8888);
cursor = Gdx.graphics.newCursor(pixmap, 0, 0);