Commit d9985692b4803aba39c0e7d3bb57d551840dd709

Authored by Nathanael Jourdane
1 parent 8de5b59c
Exists in master

bugFix: bad debug log.

src/main/java/eu/omp/irap/vespa/epntapclient/votable/controller/VOTableDataParser.java
@@ -246,7 +246,7 @@ public class VOTableDataParser { @@ -246,7 +246,7 @@ public class VOTableDataParser {
246 row[nColumn] = new Float(getValue(blockSize)); 246 row[nColumn] = new Float(getValue(blockSize));
247 } 247 }
248 248
249 - Log.logInFile("**" + columnsName[nColumn] + "**: " + row[nColumn]); 249 + // logger.debug("**" + columnsName[nColumn] + "**: " + row[nColumn])
250 250
251 row[nColumn] = row[nColumn]; 251 row[nColumn] = row[nColumn];
252 if (nColumn == columnsName.length - 1) { 252 if (nColumn == columnsName.length - 1) {