Commit d9985692b4803aba39c0e7d3bb57d551840dd709
1 parent
8de5b59c
Exists in
master
bugFix: bad debug log.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/eu/omp/irap/vespa/epntapclient/votable/controller/VOTableDataParser.java
... | ... | @@ -246,7 +246,7 @@ public class VOTableDataParser { |
246 | 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 | 251 | row[nColumn] = row[nColumn]; |
252 | 252 | if (nColumn == columnsName.length - 1) { | ... | ... |