Removed print statement
This commit is contained in:
parent
c9770d8dd5
commit
f2c036a59d
|
@ -23,7 +23,6 @@ public class FastexcelIntegrationTest {
|
||||||
File currDir = new File(".");
|
File currDir = new File(".");
|
||||||
String path = currDir.getAbsolutePath();
|
String path = currDir.getAbsolutePath();
|
||||||
fileLocation = path.substring(0, path.length() - 1) + FILE_NAME;
|
fileLocation = path.substring(0, path.length() - 1) + FILE_NAME;
|
||||||
System.out.println(fileLocation);
|
|
||||||
|
|
||||||
fastexcelHelper = new FastexcelHelper();
|
fastexcelHelper = new FastexcelHelper();
|
||||||
fastexcelHelper.writeExcel();
|
fastexcelHelper.writeExcel();
|
||||||
|
@ -47,4 +46,4 @@ public class FastexcelIntegrationTest {
|
||||||
testFile.delete();
|
testFile.delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue