hzzz 7 years ago
parent
commit
4829a61629
  1. 2
      designer_base/src/com/fr/start/StartServer.java

2
designer_base/src/com/fr/start/StartServer.java

@ -19,7 +19,6 @@ import com.fr.stable.ProductConstants;
import com.fr.stable.StableUtils; import com.fr.stable.StableUtils;
import com.fr.stable.StringUtils; import com.fr.stable.StringUtils;
import com.fr.stable.project.ProjectConstants; import com.fr.stable.project.ProjectConstants;
import com.fr.start.job.favoriteparams.FavoriteParamsJob;
import com.fr.start.server.JettyHost; import com.fr.start.server.JettyHost;
import javax.swing.*; import javax.swing.*;
@ -127,7 +126,6 @@ public class StartServer {
} catch (Exception e) { } catch (Exception e) {
FRContext.getLogger().errorWithServerLevel(e.getMessage()); FRContext.getLogger().errorWithServerLevel(e.getMessage());
} finally { } finally {
FavoriteParamsJob.create().start();
browser(url); browser(url);
} }
} }

Loading…
Cancel
Save