Removed console stuff

This commit is contained in:
MattNL
2023-04-25 21:05:43 -04:00
parent 2650e115df
commit de52230aaa

View File

@@ -22,8 +22,6 @@ namespace PckStudio.Classes.Models
int old_length = arguments.Length - 1;
Console.WriteLine($"Old length - {old_length}");
Array.Resize<string>(ref arguments, 12);
for (int x = 11; x > old_length; x--)