| Index: src/com/dom_distiller/client/DomDistillerEntry.java
|
| diff --git a/src/com/dom_distiller/client/DomDistillerEntry.java b/src/com/dom_distiller/client/DomDistillerEntry.java
|
| index 5825d9ee591edd782ecb046d5c8c73eb1f34f029..f5592d8286820cbb9b9965e49bf88c323348c037 100644
|
| --- a/src/com/dom_distiller/client/DomDistillerEntry.java
|
| +++ b/src/com/dom_distiller/client/DomDistillerEntry.java
|
| @@ -6,8 +6,6 @@ package com.dom_distiller.client;
|
|
|
| import com.google.gwt.core.client.EntryPoint;
|
|
|
| -import org.timepedia.exporter.client.ExporterUtil;
|
| -
|
| /**
|
| * Entry point classes define <code>onModuleLoad()</code>.
|
| */
|
| @@ -16,6 +14,5 @@ public class DomDistillerEntry implements EntryPoint {
|
| * This is the entry point method.
|
| */
|
| public void onModuleLoad() {
|
| - ExporterUtil.exportAll();
|
| }
|
| }
|
|
|