Skip to content
Snippets Groups Projects
Commit 5d9bf63f authored by tpylak's avatar tpylak
Browse files

minor: remove sysout

SVN: 16558
parent d9cdea68
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,6 @@ class PlateDatasetLoader ...@@ -231,7 +231,6 @@ class PlateDatasetLoader
protected String getDataStoreUrlFromDataStore(DataStore dataStore) protected String getDataStoreUrlFromDataStore(DataStore dataStore)
{ {
String datastoreUrl = dataStore.getDownloadUrl(); String datastoreUrl = dataStore.getDownloadUrl();
System.out.println("Data store url : " + datastoreUrl);
// The url objained form a DataStore object is the *download* url. Convert this to the // The url objained form a DataStore object is the *download* url. Convert this to the
// datastore URL // datastore URL
if (datastoreUrl.endsWith(DATA_STORE_SERVER_WEB_APPLICATION_NAME)) if (datastoreUrl.endsWith(DATA_STORE_SERVER_WEB_APPLICATION_NAME))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment