Skip to content

Commit

Permalink
Remove code for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruma-K committed Apr 26, 2020
1 parent 8cb2602 commit decd13b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Editor/AddressableImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit decd13b

Please sign in to comment.