X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fproducer%2FProducer.java;h=94e08e534bdbad805502a297115dff7fcbbb41d3;hb=2fb00e3ccc0ffa8e06cab2b0c50b5025ea42d53a;hp=c62d9ca9623bca823a61e15ca90137b03eecf3fd;hpb=b14d113f995b0fbb4c804ccf263c2f29369c02e9;p=mir.git diff --git a/source/mircoders/producer/Producer.java b/source/mircoders/producer/Producer.java index c62d9ca9..94e08e53 100755 --- a/source/mircoders/producer/Producer.java +++ b/source/mircoders/producer/Producer.java @@ -50,7 +50,6 @@ abstract public class Producer { protected static String producerProductionHost = MirConfig.getProp("Producer.ProductionHost"); protected static String producerOpenAction = MirConfig.getProp("Producer.OpenAction");; - /** @todo same as in HTMLTemplateProcessor, this should be dynamically set */ protected static String actionRoot = MirConfig.getProp("RootUri") + "/Mir"; protected static Logfile theLog = Logfile.getInstance(MirConfig.getProp("Home") + "/" + MirConfig.getProp("Producer.Logfile"));