diff --git a/productMods/templates/freemarker/body/harvester/testfile.ftl b/productMods/templates/freemarker/body/harvester/testfile.ftl
index b91e7dc4..fd2a2441 100644
--- a/productMods/templates/freemarker/body/harvester/testfile.ftl
+++ b/productMods/templates/freemarker/body/harvester/testfile.ftl
@@ -102,11 +102,6 @@
-
-
@@ -142,10 +137,7 @@
Uploaded files
-
- - file1.csv success
- - file2.csv success
- - file3.csv upload failed: error parsing CSV file
+
diff --git a/src/edu/cornell/mannlib/vitro/webapp/controller/harvester/TestFileController.java b/src/edu/cornell/mannlib/vitro/webapp/controller/harvester/TestFileController.java
index 7f1a72bb..c5bafe7d 100644
--- a/src/edu/cornell/mannlib/vitro/webapp/controller/harvester/TestFileController.java
+++ b/src/edu/cornell/mannlib/vitro/webapp/controller/harvester/TestFileController.java
@@ -64,7 +64,7 @@ public class TestFileController extends FreemarkerHttpServlet {
JSONObject json = new JSONObject();
- String path = "/home/mbarbieri/tempfileupload/"; //todo: complete
+ String path = ""; //todo: complete
if(fileStreams.get("csvFile") != null && fileStreams.get("csvFile").size() > 0) {
FileItem csvStream = fileStreams.get("csvFile").get(0);
String name = csvStream.getName();