diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java index c2e2db475c6..b78caa3e547 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java @@ -21,7 +21,6 @@ public ServerApplication(ProjectProperties projectProperties) { printBuildInfo(); } - // Unnecessary comment to raise PR public static void main(String[] args) { new SpringApplicationBuilder(ServerApplication.class) .bannerMode(Banner.Mode.OFF)