Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove debug logging "Processing tile:..." #17

Open
letmaik opened this issue Sep 6, 2019 · 0 comments
Open

Remove debug logging "Processing tile:..." #17

letmaik opened this issue Sep 6, 2019 · 0 comments
Milestone

Comments

@letmaik
Copy link

letmaik commented Sep 6, 2019

At some point we added the following log statement:

call mprintf(.true.,LOGFILE, "Processing tile: minx=%i maxx=%i miny=%i maxy=%i", &
i1=dummy_start_patch_i, i2=dummy_end_patch_i, i3=dummy_start_patch_j, i4=dummy_end_patch_j)

And here:

call mprintf(.true.,LOGFILE, "Processing tile: minx=%i maxx=%i miny=%i maxy=%i", &
i1=my_minx, i2=my_maxx, i3=my_miny, i4=my_maxy)

This was only used for debugging and should probably be removed again.

@letmaik letmaik added this to the 4.1.1 milestone Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant