log removed
This commit is contained in:
parent
920241a043
commit
96ad964beb
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ public class OsmAndHttpServer extends NanoHTTPD{
|
|||
|
||||
@Override
|
||||
public Response serve(IHTTPSession session) {
|
||||
Log.d("SERVER", "URI: " + session.getUri());
|
||||
String uri = session.getUri();
|
||||
if (uri.equals("/")) {
|
||||
return getStatic("/go.html");
|
||||
|
|
Loading…
Reference in a new issue