change the callerlogger
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user