More print statements - test#15
Conversation
JH_refactor_3 – As a test of process (i.e. that John has figured GitHub out) Removed prints to end of PostProcess – L846 in new file.
|
Hi William - I know that it might seem silly to do another test, but I'd like to sort my incompetence at Git before mixing my limited ability at programming. One set of issues at a time! |
wkearn
left a comment
There was a problem hiding this comment.
Looks good, but you committed the output logs again. I'll update the .gitignore so those don't get added inadvertently (see #16), but you'll need to do git rm test/output.txt and git rm test/seamounts_output.txt again.
You can always add a single file like
> git add src/swt.c
rather than the entire directory with git add ., which might help avoid this. But as I said once #16 is merged, you won't have the option to add the output logs.
|
Thank you. Noted about adding individual files - another part of not being entirely sure what Git is doing / needs. I'm making every mistake along the path, but I'll try not to repeat them! |
JH_refactor_3 – As a test of process (i.e. that John has figured GitHub out) Removed prints to end of PostProcess – L846 in new file.