Skip to content

Commit 9081f8f

Browse files
author
YangSen-qn
committed
delete log code
1 parent 16e9b63 commit 9081f8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/src/main/java/com/qiniu/android/collect/UploadInfoReporter.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ private void saveReportJsonString(final String jsonString){
113113
return;
114114
}
115115
}
116-
117-
LogUtil.d("=== log: \r\n" + jsonString);
118-
116+
119117
if (recorderFile.length() > config.maxRecordFileSize){
120118
return;
121119
}

0 commit comments

Comments
 (0)