From 892ae0cb88fe78aeaaba99acebafa7458cc20a42 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 21 Jul 2002 22:44:43 +0000 Subject: [PATCH 1/1] minor cleanup --- source/mircoders/producer/ProducerContent.java | 16 ---------------- 1 file changed, 16 deletions(-) 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 { -- 2.11.0