From 0ea7ccd956f99d63d61730ffa6c59ad3f4077cd0 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Wed, 20 Jul 2022 03:14:19 +0200 Subject: Nevermind, bug was caused by some git-weirdness --- src/time.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/time.cpp b/src/time.cpp index 185b959..c5b3b34 100755 --- a/src/time.cpp +++ b/src/time.cpp @@ -159,7 +159,6 @@ workday::workday(const moment& previous_wrap, int j = 0; for(int i = 0; i<10; i++) { const moment* each_moment = &splitpoints[i]; - std::cout << "Splitting: " << timeprint(*each_moment) << std::endl; if(*each_moment > call && *each_moment < wrap) { blocks[j++] = timesplit(initial_block, *each_moment); } -- cgit v1.2.1