SimpleClient creates dummy documents.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 24 Jan 2006 14:56:22 +0000 (14:56 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 24 Jan 2006 14:56:22 +0000 (14:56 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@168 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/client/simpleclient/VamsasSession.java

index 4ea355d..0750903 100644 (file)
@@ -115,7 +115,6 @@ public class VamsasSession {
         throw new IOException("Failed to make VamsasSession directory in "+sessionDir);
       this.sessionDir = sessionDir; 
       createSessionFiles();
-      createDummyVamsasDocument();
       initSessionObjects();
       slog.debug("Session directory created.");
       log.debug("Initialised VamsasSession in "+sessionDir);