Skip to content

Commit

Permalink
remove extra log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 20, 2016
1 parent fbad815 commit 7bcfb4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyexcel_io/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,11 @@ def get_io_type(file_type):


def _register_a_reader(file_type, reader_class, library):
log.debug("register reader for " + file_type)
_add_a_handler(reader_factories,
file_type, reader_class, library)


def _register_a_writer(file_type, writer_class, library):
log.debug("register writer for " + file_type)
_add_a_handler(writer_factories,
file_type, writer_class, library)

Expand Down

0 comments on commit 7bcfb4e

Please sign in to comment.