Skip to content

Commit

Permalink
'移除log日志信息'
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiwean committed Nov 30, 2020
1 parent b55bc32 commit 2de71ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
70 changes: 0 additions & 70 deletions module_camera/CHANGELOG.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
package com.ailiwean.core.zxing.core.common;


import android.util.Log;

import com.ailiwean.core.zxing.core.Binarizer;
import com.ailiwean.core.zxing.core.LuminanceSource;
import com.ailiwean.core.zxing.core.NotFoundException;
Expand Down Expand Up @@ -53,7 +51,6 @@ public final class HybridBinarizerCrude extends GlobalHistogramBinarizer {

public HybridBinarizerCrude(LuminanceSource source) {
super(source);
Log.e("random", BLOCK_SIZE_POWER + "");
}

private static int getRandom() {
Expand Down

0 comments on commit 2de71ee

Please sign in to comment.