Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 77b7a95

Browse files
committed
remove logs
1 parent 3879ba2 commit 77b7a95

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

virtualview/src/main/java/com/tmall/wireless/vaf/virtualview/Helper/VVFeatureConfig.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ public class VVFeatureConfig {
3838

3939
private static boolean sliderCompat = false;
4040

41-
private static boolean parallelLoadingTmpl = false;
42-
4341
/**
4442
* Call this before create {@link VafContext} instance.
4543
* @param enableBorderRadius true, enable border radius and clip view.
@@ -71,11 +69,4 @@ public static boolean isRtlAvailable() {
7169
return RtlHelper.isEnable();
7270
}
7371

74-
public static boolean isParallelLoadingTmpl() {
75-
return parallelLoadingTmpl;
76-
}
77-
78-
public static void setParallelLoadingTmpl(boolean parallelLoadingTmpl) {
79-
VVFeatureConfig.parallelLoadingTmpl = parallelLoadingTmpl;
80-
}
8172
}

virtualview/src/main/java/com/tmall/wireless/vaf/virtualview/ViewFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ public int getViewVersion(String type) {
256256
synchronized (LOCK) {
257257
cr = mUiCodeLoader.getCode(type);
258258
if (cr == null) {
259-
if (!(type.equals("container-banner") || type.equals("container-scroll"))) {
260-
Log.d(TAG, "load " + type + " start when getVersion ");
261-
}
262259
mTmplWorker.executeTask(type);
263260
cr = mUiCodeLoader.getCode(type);
264261
}

0 commit comments

Comments
 (0)