Fix tons of useless debug output.

Bug #274550 reported by Bernhard Schuster
2
Affects Status Importance Assigned to Milestone
GeoVectors
Fix Committed
Low
Bernhard Schuster

Bug Description

There are tons of "useless" debug output, which needs to be modified, so it will only show, when a switch is passed to the program
Implement:
def debug(s):
    global debug
    if s=="" or s==None or not debug:
        return
    print s

Changed in gv:
assignee: nobody → schuster-bernhard
importance: Undecided → Low
status: New → Confirmed
Changed in gv:
status: Confirmed → In Progress
description: updated
Changed in gv:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.