Skip to content

Commit

Permalink
remove debug values
Browse files Browse the repository at this point in the history
:D
  • Loading branch information
androidlover5842 committed Apr 25, 2018
1 parent 1325562 commit 3f14b57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/github/twrpbuilder/mkTree/MakeTree.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ private String grepPartition(String path, String partition) {
{
if (o.contains("/metadata"))
{
System.out.println("Suck it");
tmp += o.replace("wait,check,resize,"," ").replace(",","") + "\n";
tmp += o.replace("wait,check,resize,"," flags=").replace(",","") + "\n";

}
else {
Expand Down

0 comments on commit 3f14b57

Please sign in to comment.