From 881ed621f9eca0ef8303cb3818eee1fd954141c1 Mon Sep 17 00:00:00 2001
From: SanJacobs
Date: Fri, 26 Aug 2022 13:21:16 +0200
Subject: Possible alpha release candidate

---
 src/time.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/time.cpp b/src/time.cpp
index 224a6f0..9cf7802 100755
--- a/src/time.cpp
+++ b/src/time.cpp
@@ -182,7 +182,6 @@ workday::workday(const moment& previous_wrap,
 	
 	// THE VALUE-FACTOR CALCULATION PART
 	
-	// TODO: Test holidays
 	// TODO: Consider replacing splitpoints[x] with redoing the math for code flexibility?
 	
 	for(int ii=0; ii < total_timeblocks; ii++){
-- 
cgit v1.2.1