From 94170b865f0434b7d7a80cae13110bdc05bd908c Mon Sep 17 00:00:00 2001 From: Favo Yang Date: Sat, 15 May 2021 21:23:31 +0800 Subject: [PATCH] chore: comment cleanup --- Editor/OdinSupport/AddressableImporterFilterOdinHandler.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/OdinSupport/AddressableImporterFilterOdinHandler.cs b/Editor/OdinSupport/AddressableImporterFilterOdinHandler.cs index 9181039..501216d 100644 --- a/Editor/OdinSupport/AddressableImporterFilterOdinHandler.cs +++ b/Editor/OdinSupport/AddressableImporterFilterOdinHandler.cs @@ -15,7 +15,6 @@ public class AddressableImporterFilterOdinHandler : ScriptableObject private AddressableImportSettings _importSettings; private PropertyTree _drawerTree; private List> _filters; - //private List _filteredRules; [ShowInInspector] [PropertyOrder(-1)]