Skip to content

Commit 5efd732

Browse files
committed
camel-jbang - We have a WARN log about deprecated modeline if actually detected in use.
1 parent 8c84fd0 commit 5efd732

File tree

1 file changed

+0
-1
lines changed
  • dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands

1 file changed

+0
-1
lines changed

dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ private int run() throws Exception {
573573
writeSetting(main, profileProperties, "camel.main.tracing", "true");
574574
}
575575
if (modeline) {
576-
printer().println("WARN: modeline parameter is deprecated, to be removed in the next version.");
577576
writeSetting(main, profileProperties, "camel.main.modeline", "true");
578577
}
579578
if (ignoreLoadingError) {

0 commit comments

Comments
 (0)