Browse Source

Removed TODO

- TODO has been implemented with last commit
Patrick 4 năm trước cách đây
mục cha
commit
96e329ec2f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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: