Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@94108 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-02 15:51:51 +00:00
parent 2312bcd89e
commit 6637964723
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class FileUploadListener implements ProgressListener {
fileUploadMonitor.setPercentDone(Float.valueOf(percentDone)/100);
fileUploadMonitor.setState(FileUploadState.INPROGRESS);
logger.debug("File Upload: "+fileUploadMonitor.toString());
//logger.debug("File Upload: "+fileUploadMonitor.toString());
}
@Override