Skip to content

Commit bf7882f

Browse files
committed
remove unnecessary debug log statements
1 parent b912a35 commit bf7882f

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/src/com/tns/AssetExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ else if (extractPolicy.shouldExtract(context))
3636
}
3737
else
3838
{
39-
Log.d("~~~~~~~~", "SKIPPED EXTRACTION");
4039
if (logger.isEnabled())
4140
{
4241
logger.write("Skipped extraction of assets in " + inputPath);

test-app/src/com/tns/RuntimeHelper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public void initRuntime() {
7575

7676
String outputDir = app.getFilesDir().getPath() + File.separator;
7777

78-
Log.d("~~~~~~~~", "EXTRACTING LE APP CRAP");
7978
aE.extractAssets(app, "app", outputDir, extractPolicy);
8079
aE.extractAssets(app, "internal", outputDir, extractPolicy);
8180
aE.extractAssets(app, "metadata", outputDir, extractPolicy);
@@ -95,8 +94,6 @@ public void initRuntime() {
9594
extractPolicy.setAssetsThumb(app);
9695
}
9796

98-
99-
10097
ClassLoader classLoader = app.getClassLoader();
10198
File dexDir = new File(rootDir, "code_cache/secondary-dexes");
10299
String dexThumb = null;

0 commit comments

Comments
 (0)