Mercurial > pylearn
changeset 860:bf2f71084d59
removed useless print
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Tue, 03 Nov 2009 15:24:27 -0500 |
parents | cfdaa56c66e8 |
children | 07a06c2f9408 |
files | pylearn/shared/layers/util.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/shared/layers/util.py Mon Oct 26 15:35:38 2009 -0400 +++ b/pylearn/shared/layers/util.py Tue Nov 03 15:24:27 2009 -0500 @@ -36,7 +36,6 @@ pass cls._logger.setLevel(level) - print 'adding loggers to ', cls cls._debug = LogFn(cls._logger.debug) cls._info = LogFn(cls._logger.info) cls._warn = cls._warning = LogFn(cls._logger.warn)