minor cleanup
authormh <mh>
Mon, 8 Apr 2002 02:02:21 +0000 (02:02 +0000)
committermh <mh>
Mon, 8 Apr 2002 02:02:21 +0000 (02:02 +0000)
source/mircoders/media/MediaHandlerImages.java

index a49f351..615f9c7 100755 (executable)
@@ -86,9 +86,6 @@ public class MediaHandlerImages implements MirMedia
         FileUtil.write(productionFilePath,((EntityImages)ent).getImage());
         ent.setValueForProperty("icon_path",getIconStoragePath()+filepath);
         ent.setValueForProperty("publish_path",filepath);
-        //ent.setValueForProperty("publish_server", getPublishHost());
-        //ent.setValueForProperty("icon_is_produced","1");
-        //ent.setValueForProperty("is_produced","1");
         ent.update();
       } catch ( Exception e) {
         String msg = "MediaHandlerImages.produce - Error: " + e.toString();