remove obnoxious litter in ~/IBM
authorAdam Megacz <adam@megacz.com>
Sun, 10 Jan 2010 02:07:32 +0000 (18:07 -0800)
committerAdam Megacz <adam@megacz.com>
Sun, 10 Jan 2010 02:07:32 +0000 (18:07 -0800)
src/mcsClient/Options.java

index 54b9d8a..f3a3339 100644 (file)
@@ -333,6 +333,7 @@ public final class Options extends JFrame
     }
 
     private void saveSerializedObject(String s, Object obj) throws IOException {
+        /*
         File file = new File(System.getProperty("user.home"), "IBM");
         file.mkdir();
         File file1 = new File(file, hostName);
@@ -343,6 +344,7 @@ public final class Options extends JFrame
         objectoutputstream.writeObject(obj);
         objectoutputstream.flush();
         objectoutputstream.close();
+        */
     }