dropped an extra logging line, renamed splitter input files, new fortune.
[feisty_meow.git] / nucleus / applications / utilities / splitter.cpp
index ca5b3a670003a806ee94a18e4fb69594addfda5a..a6f90526a20d3ba762a37bdee1df33e098e1d3ce 100644 (file)
@@ -114,7 +114,7 @@ int splitter_app::execute()
   for (int i = skip_index; i < cmds.entries(); i++) {
     const command_parameter &curr = cmds.get(i);
     if (curr.type() == command_parameter::VALUE) {
-log(astring("adding input file:") + curr.text());
+//log(astring("adding input file:") + curr.text());
       input_files += curr.text();
     }
   }