From: mh Date: Sun, 21 Jul 2002 22:44:43 +0000 (+0000) Subject: minor cleanup X-Git-Tag: MIR_1_0_0_RC1~42 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=892ae0cb88fe78aeaaba99acebafa7458cc20a42;hp=f859161a8eb248c4f1aaaa41719ac71949757ba7;p=mir.git minor cleanup --- diff --git a/source/mircoders/producer/ProducerContent.java b/source/mircoders/producer/ProducerContent.java index 51a64223..a4e14a55 100755 --- a/source/mircoders/producer/ProducerContent.java +++ b/source/mircoders/producer/ProducerContent.java @@ -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. - * - * 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 {