minor cleanup
authormh <mh>
Sun, 21 Jul 2002 22:44:43 +0000 (22:44 +0000)
committermh <mh>
Sun, 21 Jul 2002 22:44:43 +0000 (22:44 +0000)
source/mircoders/producer/ProducerContent.java

index 51a6422..a4e14a5 100755 (executable)
@@ -32,20 +32,6 @@ public class ProducerContent extends Producer {
        private String templateDir = MirConfig.getPropWithHome("HTMLTemplateProcessor.Dir");
        
        public static void main(String argv[]){
-               /**
-                * Why are we reloading the config here?
-                * Can someone please explain this?
-                * Hope I didn't break anything
-                * -mh. <heckmann@hbe.ca>
-                *
-                * This is the entry point for standalone production. The code
-                * is then running in a new virtual machine, e.g. when called
-                * from cron-script. In that case the config has to be initliased.
-                * Don't know if is ok that way //rk
-                *
-                * ok, i figured that out a few months ago.. -mh
-                *
-                */
                //Configuration.initConfig("config");
                System.out.println(MirConfig.getProp("Producer.DocRoot"));
 
@@ -57,8 +43,6 @@ public class ProducerContent extends Producer {
                }
        }
 
-
-
        public void handle(PrintWriter htmlout, EntityUsers user, boolean force,
                                                                                boolean sync)
                throws StorageObjectException, ModuleException {