We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2994c3 commit 3303205Copy full SHA for 3303205
Assets/ExpMngr/Scripts/SettingsSelector.cs
@@ -25,7 +25,6 @@ void Start () {
25
26
void TryGetSettingsList()
27
{
28
- Debug.Log("getting settings");
29
settingsNames = Directory.GetFiles(settingsFolder, "*.json")
30
.ToList()
31
.Select(f => Path.GetFileName(f))
0 commit comments