Skip to content

Commit

Permalink
[ROCKETMQ-277] delete sys.out
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyou001 committed Aug 28, 2017
1 parent 8e1ae4c commit 32e63fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public void test_getLocalhostByNetworkInterface() throws Exception {
Method method = MixAll.class.getDeclaredMethod("getLocalhostByNetworkInterface");
method.setAccessible(true);
Object invoke = method.invoke(null);
System.out.println(invoke);
assertThat(invoke).isNotNull();
}
}

0 comments on commit 32e63fd

Please sign in to comment.