diff options
Diffstat (limited to 'src/org/traccar/web/Traccar.gwt.xml')
-rw-r--r-- | src/org/traccar/web/Traccar.gwt.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/org/traccar/web/Traccar.gwt.xml b/src/org/traccar/web/Traccar.gwt.xml index 00813723..4ae88707 100644 --- a/src/org/traccar/web/Traccar.gwt.xml +++ b/src/org/traccar/web/Traccar.gwt.xml @@ -6,8 +6,12 @@ <module rename-to='traccar'> <inherits name='com.google.gwt.user.User'/> + <inherits name="com.google.gwt.logging.Logging"/> <inherits name='com.sencha.gxt.ui.GXT'/> <inherits name='org.gwtopenmaps.openlayers.OpenLayers' /> + + <set-property name="gwt.logging.enabled" value="FALSE"/> + <set-property name="gwt.logging.consoleHandler" value="DISABLED"/> <entry-point class='org.traccar.web.client.Traccar'/> |