Revert "Adds gratuitous logging to AlertsUI for debugging. (#6574)" (#6991)

This reverts commit cd9cc17339.
This commit is contained in:
Moony
2022-03-04 13:21:45 -06:00
committed by GitHub
parent 4aa65b6708
commit 4e203f49d2
2 changed files with 4 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Robust.Shared.Serialization;
using Robust.Shared.Serialization.Manager;
@@ -59,4 +59,4 @@ public struct AlertKey : ISerializationHooks, IPopulateDefaultValues
{
return new(null, category);
}
}
}