switch to slf4j

This commit is contained in:
Hannes Janetzek
2013-10-08 22:02:14 +02:00
parent 1cf2ea60a7
commit 2d18e7d25f
79 changed files with 418 additions and 526 deletions

View File

@@ -1,7 +1,6 @@
package org.oscim.gdx.client;
// -draftCompile -localWorkers 2
import org.oscim.backend.Log;
import org.oscim.core.Tile;
import com.badlogic.gdx.ApplicationListener;
@@ -66,7 +65,7 @@ public class GwtLauncher extends GwtApplication {
@Override
public void error(String file) {
Log.d(this.getClass().getName(), "error loading " + file);
//log.debug("error loading " + file);
}
};
}