From bb8c2637af3b7982e7a4b2fd15e2fbec613d0848 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 30 Jun 2023 03:36:58 +0200 Subject: Todays progress --- MatrixRoomUtils.Core/Attributes/TraceAttribute.cs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 MatrixRoomUtils.Core/Attributes/TraceAttribute.cs (limited to 'MatrixRoomUtils.Core/Attributes') diff --git a/MatrixRoomUtils.Core/Attributes/TraceAttribute.cs b/MatrixRoomUtils.Core/Attributes/TraceAttribute.cs deleted file mode 100644 index 34a0b67..0000000 --- a/MatrixRoomUtils.Core/Attributes/TraceAttribute.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Runtime.CompilerServices; - -namespace MatrixRoomUtils.Core.Attributes; - -[AttributeUsage(AttributeTargets.All)] -public class TraceAttribute : Attribute { - public TraceAttribute([CallerMemberName] string callerName = "") { - Console.WriteLine($"{callerName} called!"); - } -} \ No newline at end of file -- cgit 1.5.1