Skip to content

Commit

Permalink
typo: remove debug code from getasset
Browse files Browse the repository at this point in the history
lol did that by mistake
  • Loading branch information
androidlover5842 committed Mar 28, 2018
1 parent 3fbbb0d commit d48aba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/github/twrpbuilder/util/GetAsset.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ private String run(String name) throws Exception{
OutputStream resStreamOut = null;
String jarFolder;
String resourceName=File.separator+name;
System.out.println("This Shit "+resourceName);
try {
stream = GetAsset.class.getResourceAsStream(File.separator+"asset"+resourceName);//note that each / is a directory down in the "jar tree" been the jar the root of the tree
if(stream == null) {
Expand Down

0 comments on commit d48aba4

Please sign in to comment.