From 8aa9f36677ce6dfa4ec68c82c132d9a558cb0f59 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Tue, 25 Jun 2019 15:48:22 +0800
Subject: [PATCH] remove the option to transfer files from the test instance

---
 src/assets/config/m3apps.test.json | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/assets/config/m3apps.test.json b/src/assets/config/m3apps.test.json
index b89fc5b..ae4212f 100644
--- a/src/assets/config/m3apps.test.json
+++ b/src/assets/config/m3apps.test.json
@@ -16,14 +16,6 @@
    "localbind": true,
    "applist": null
   },
-  { "url": "transfer",
-    "name": "Transfer files",
-    "startscript": "#!/bin/bash\n echo '{appparams}' | /usr/local/sv2/copytool.py\n",
-    "paramscmd": null,
-    "client": null,
-    "localbind": true,
-    "applist": null
-  },
   {
     "url": null,
     "name": "CryoSPARC",
-- 
GitLab