3.3. Debugging/Logging

Place markers before/after logging statements that can be commented out once things work like this:
#<DEBUG>
gmLog.Log(gmLog.lData, "this is a completely useless and wasteful, excessive log message")
#</DEBUG>