MapCache icon indicating copy to clipboard operation
MapCache copied to clipboard

Verbose logs appear on console when MapCache is used

Open merlos opened this issue 5 years ago • 1 comments

MapCache is in its early releases so many debug messages were added for debug purposes. However these logs are in the production version. The library already has a logging class (https://github.com/merlos/MapCache/blob/master/MapCache/Classes/Log.swift) which is not used but that can be used to display messages only during debug easily.

merlos avatar Sep 04 '19 00:09 merlos

Agree, perhaps a setting for debug to limit print() output.

kkieffer avatar May 04 '20 02:05 kkieffer