Skip to content

Commit

Permalink
cleaned plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
asapJ committed Nov 15, 2018
1 parent 55dd7d8 commit 397e18e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ private String cacheDirectory(String vidPath, int type, int quality) {
tempDir.mkdirs();
}
String tempFile = new File(tempDir + File.separator + sourceFileName).getPath();
System.out.println("JAVA CODE"+tempFile);
switch (type) {
case 1:
try {
Expand Down Expand Up @@ -120,7 +119,6 @@ private String userDirectory(String vidPath, String thumbPath, int type, int qua
fileDir.mkdirs();
}
String tempFile = new File(fileDir + File.separator + sourceFileName).getAbsolutePath();
System.out.println("ABSOLUTE JAVA CODE"+tempFile);
switch (type) {
case 1:
try {
Expand Down

0 comments on commit 397e18e

Please sign in to comment.