diff options
author | San Jacobs | 2022-07-20 03:14:19 +0200 |
---|---|---|
committer | San Jacobs | 2022-07-20 03:14:19 +0200 |
commit | 0ea7ccd956f99d63d61730ffa6c59ad3f4077cd0 (patch) | |
tree | aa4a4467c85c35abd3b967d42dcd7edafc18d8ca | |
parent | d419baa9c7befb2ab5555c199beed93cb83cec3c (diff) | |
download | satscalc-0ea7ccd956f99d63d61730ffa6c59ad3f4077cd0.tar.gz satscalc-0ea7ccd956f99d63d61730ffa6c59ad3f4077cd0.tar.bz2 satscalc-0ea7ccd956f99d63d61730ffa6c59ad3f4077cd0.zip |
Nevermind, bug was caused by some git-weirdness
-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); } |