diff --git a/designer_base/src/com/fr/start/StartServer.java b/designer_base/src/com/fr/start/StartServer.java index 2ecf322a1b..ff1c054e18 100644 --- a/designer_base/src/com/fr/start/StartServer.java +++ b/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.StringUtils; import com.fr.stable.project.ProjectConstants; -import com.fr.start.job.favoriteparams.FavoriteParamsJob; import com.fr.start.server.JettyHost; import javax.swing.*; @@ -127,7 +126,6 @@ public class StartServer { } catch (Exception e) { FRContext.getLogger().errorWithServerLevel(e.getMessage()); } finally { - FavoriteParamsJob.create().start(); browser(url); } }