BIDS/datarray

Don't print debug info in datarray.py by default

kwgoodman opened this issue · 0 comments

Silence debug info by default:

DEBUG = False

if DEBUG:
    print 'stuff'