diff options
author | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
commit | 1af4f51abcd09be68bc0e2ad77b163569a50a6b3 (patch) | |
tree | 23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Helpers/Log.cs | |
parent | 671590b071cccfb889e68c3f74581fcf15a02921 (diff) | |
download | timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.tar.gz timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.tar.bz2 timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.zip |
Clean code.
Diffstat (limited to 'Timeline/Helpers/Log.cs')
-rw-r--r-- | Timeline/Helpers/Log.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Helpers/Log.cs b/Timeline/Helpers/Log.cs index 68c975fa..af0b7e13 100644 --- a/Timeline/Helpers/Log.cs +++ b/Timeline/Helpers/Log.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic;
using System.Text;
namespace Timeline.Helpers
|