Strabon

changeset 221:a4c2938dbcda

removed meaningless print out
author Babis Nikolaou <charnik@di.uoa.gr>
date Fri Jun 01 13:39:12 2012 +0300 (2012-06-01)
parents 92abbe36feab
children 95960607715a
files runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java
line diff
     1.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java	Fri Jun 01 02:11:51 2012 +0300
     1.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/postgis/StoreOp.java	Fri Jun 01 13:39:12 2012 +0300
     1.3 @@ -38,7 +38,6 @@
     1.4  		Strabon strabon = new Strabon(db, user, passwd, port, host, true);
     1.5  		
     1.6  		File file = new File (src);
     1.7 -		System.out.println("about to store the file in the repo!");
     1.8  		strabon.storeInRepo(file, format);
     1.9  //		strabon.storeInRepo(file, null, null, fileRDFFormat);
    1.10