Browse Source

Remove unecessary comment.

Roberto Ostinelli 5 years ago
parent
commit
932f612a84
1 changed files with 1 additions and 4 deletions
  1. 1 4
      test/syn_test_suite_helper.erl

+ 1 - 4
test/syn_test_suite_helper.erl

@@ -42,10 +42,7 @@
 %% ===================================================================
 start_slave(NodeShortName) ->
     CodePath = code:get_path(),
-    {ok, Node} = ct_slave:start(NodeShortName, [
-        {boot_timeout, 10}
-%%        {erl_flags, ErlangFlags}
-    ]),
+    {ok, Node} = ct_slave:start(NodeShortName, [{boot_timeout, 10}]),
     true = rpc:call(Node, code, set_path, [CodePath]),
     {ok, Node}.