Browse Source

Delete out-dated comment

 - Some out-dated code
Leo 10 years ago
parent
commit
6a4f2982d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/oclaunch.ml

+ 0 - 1
src/oclaunch.ml

@@ -42,7 +42,6 @@ let rc_content = File_com.init_rc ~rc:Const.rc_file;;
 (* Obtain data from tmp file *)
 let tmp_content = Tmp_file.init ~tmp:Const.tmp_file;;
 
-(*List.iter rc_content.progs ~f:print_endline*)
 (* Execute each item (one by one)in config file *)
 let open Settings_t in (* This prevent warning 40 for ~cmd_list:rc_content.progs *)
 let cmd_to_exec = Exec_cmd.what_next ~cmd_list:rc_content.progs ~tmp:tmp_content in