diff options
Diffstat (limited to 'src/time.cpp')
-rwxr-xr-x | src/time.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |