Removed print statement

This commit is contained in:
neha298 2023-04-17 01:11:46 +05:30 committed by GitHub
parent c9770d8dd5
commit f2c036a59d
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ public class FastexcelIntegrationTest {
File currDir = new File(".");
String path = currDir.getAbsolutePath();
fileLocation = path.substring(0, path.length() - 1) + FILE_NAME;
System.out.println(fileLocation);
fastexcelHelper = new FastexcelHelper();
fastexcelHelper.writeExcel();