Browse Source

Removed TODO

- TODO has been implemented with last commit
Patrick 4 years ago
parent
commit
96e329ec2f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      source/io/logging/Logger.hpp

+ 1 - 2
source/io/logging/Logger.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-20
- * Changed:         2020-08-20
+ * Changed:         2020-08-21
  *
  * */
 
@@ -17,7 +17,6 @@
 #include "../FileOutputStream.hpp"
 #include <string>
 
-// TODO: add append functionality
 namespace ls_std {
   class Logger : public Class {
     public: