Skip to content

Commit 62d5bbb

Browse files
committed
Remove rogue logging
1 parent 90c2f80 commit 62d5bbb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruby-tools/src/test/java/de/saumya/mojo/ruby/script/AbstractLauncherTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public void should_execute_command_with_args_and_return_in_file() throws IOExcep
6060
// -v line
6161
assertThat(lines[0]).startsWith("jruby 9.4.3.0 (3.1.4)");
6262
// --help first
63-
System.out.println(Arrays.toString(lines[1].getBytes()));
6463
// JRuby 9.4.0.0 thru 9.4.3.0 always emit the escape sequence here (jruby/jruby#7864)
6564
if (lines[1].startsWith("\033[1m")) {
6665
assertThat(lines[1]).contains("jruby [switches] [--] [programfile] [arguments]");

0 commit comments

Comments
 (0)