Ignore:
Timestamp:
2013-03-31T22:02:25+02:00 (12 years ago)
Author:
zverik
Message:

remove debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/SimpleOffsetQueryTask.java

    r29430 r29450  
    8686            String serverURL = Main.pref.get("iodb.server.url", "http://offsets.textual.ru/");
    8787            URL url = new URL(serverURL + query);
    88             Main.info("IODB URL = " + url); // todo: remove in release
     88//            Main.info("IODB URL = " + url); // todo: remove in release
    8989            HttpURLConnection connection = (HttpURLConnection)url.openConnection();
    9090            connection.connect();
Note: See TracChangeset for help on using the changeset viewer.