Skip to content

Commit df3ed57

Browse files
committed
remove test debug lines
1 parent aae21b1 commit df3ed57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Mapbox/BaseModule/Data/Platform/Cache/MapboxCacheManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ private void CheckSqlAndFileIntegrity(bool firstRun = true)
197197
var sqlTileList = _sqLiteCache.GetAllTiles();
198198
var fileList = _textureFileCache.GetFileList();
199199

200-
Debug.Log("sqlite " + string.Join(Environment.NewLine, sqlTileList.Select(x => x.tile_path)));
201-
Debug.Log("file " + string.Join(Environment.NewLine, fileList));
200+
// Debug.Log("sqlite " + string.Join(Environment.NewLine, sqlTileList.Select(x => x.tile_path)));
201+
// Debug.Log("file " + string.Join(Environment.NewLine, fileList));
202202

203203
foreach (var tile in sqlTileList)
204204
{

0 commit comments

Comments
 (0)