Explorar o código

Removed TODO

- TODO has been implemented with last commit
Patrick %!s(int64=4) %!d(string=hai) anos
pai
achega
96e329ec2f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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: