change the callerlogger

This commit is contained in:
zhongchao
2022-03-14 21:50:11 +08:00
parent e19ff59a89
commit 6102e55ed3
1315 changed files with 4162 additions and 61965 deletions

View File

@@ -2,8 +2,6 @@ package com.mogo.map;
import android.content.Context;
import com.mogo.eagle.core.utilcode.mogo.logger.Logger;
/**
* @author congtaowang
* @since 2019-12-20
@@ -34,7 +32,6 @@ public class MogoMap {
}
public void init( Context context, IMogoMap map ) {
Logger.d( TAG, "init mogomap" );
this.mContext = context;
this.mMap = map;
}