From decd13b747dbe69b3e15de1f0f394b339b1dffdb Mon Sep 17 00:00:00 2001 From: Haruki Yano Date: Sun, 26 Apr 2020 13:01:55 +0900 Subject: [PATCH] Remove code for debug. --- Editor/AddressableImporter.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Editor/AddressableImporter.cs b/Editor/AddressableImporter.cs index 51f569b..248f2bb 100644 --- a/Editor/AddressableImporter.cs +++ b/Editor/AddressableImporter.cs @@ -15,15 +15,6 @@ public class AddressableImporter : AssetPostprocessor { static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths) { - foreach (var assetPath in importedAssets) - { - Debug.Log("imported : " + assetPath); - } - foreach (var assetPath in movedAssets) - { - Debug.Log("moved : " + assetPath); - - } var settings = AddressableAssetSettingsDefaultObject.Settings; if (settings == null) {