commented Window.alert

This commit is contained in:
Francesco Mangiacrapa 2020-12-10 10:42:10 +01:00
parent 5def7389c2
commit adba2f1973
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class StringUtil {
theDate = DateTimeFormat.getFormat("yyyyMMdd_HH-mm-ss").parse(date);
}
}catch (Exception e) {
Window.alert(e.toString());
//Window.alert(e.toString());
}
if(theDate!=null) {