fix: 去除log

This commit is contained in:
xiaoyan 2023-08-15 10:49:17 +08:00
parent dfcc1ca0e7
commit 8ba68d19f8
2 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,6 @@ import android.util.Log;
import androidx.annotation.RequiresApi;
import com.navinfo.collect.library.data.RealmUtils;
import com.navinfo.collect.library.data.entity.GeometryFeatureEntity;
import com.navinfo.collect.library.data.entity.RenderEntity;
import com.navinfo.collect.library.system.Constant;
import com.navinfo.collect.library.utils.RealmDBParamUtils;
@ -57,7 +55,7 @@ public class OMDBTileDataSource implements ITileDataSource {
if (!listResult.isEmpty()) {
mThreadLocalDecoders.get().decode(tile.zoomLevel, tile, mapDataSink, listResult);
}
Log.e("jingo", listResult.size() + "条数据 主");
// Log.e("jingo", listResult.size() + "条数据 主");
mapDataSink.completed(QueryResult.SUCCESS);
} else {
mapDataSink.completed(QueryResult.SUCCESS);

2
vtm

@ -1 +1 @@
Subproject commit 8717b07ebff4dd61226abb19474be6567a736ad8
Subproject commit e6d60ddc82654754a1bd27f54f439dc7de23a31b