From fffab62640a4f4b1d4854038a33da342333c27c7 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Thu, 17 Jun 2021 01:37:45 -0700 Subject: [PATCH] chore: removed created at on file header --- src/index.ts | 2 -- src/utils/logger.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 5fc197b..ed5d416 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,4 @@ /* - * Created on Mon Jun 14 2021 02:10:50 - * * This file is part of ArgonBot * * ArgonBot is free software: you can redistribute it and/or modify diff --git a/src/utils/logger.ts b/src/utils/logger.ts index c82b78c..673540b 100644 --- a/src/utils/logger.ts +++ b/src/utils/logger.ts @@ -1,6 +1,4 @@ /* - * Created on Mon Jun 16 2021 18:10:50 - * * This file is part of ArgonBot * * ArgonBot is free software: you can redistribute it and/or modify