diff --git a/sheetsync/sheetsync/main.py b/sheetsync/sheetsync/main.py index 1333936..1c9568c 100644 --- a/sheetsync/sheetsync/main.py +++ b/sheetsync/sheetsync/main.py @@ -388,7 +388,7 @@ class SheetSync(object): for col in changed: output = format_output(getattr(event, col)) if column_map[col] is None: - logging.warning("Tried to update sheet for unmapped column {} = {!r}".format(col, output)) + logging.debug("Tried to update sheet for unmapped column {} = {!r}".format(col, output)) continue self.sheets.write_value( self.sheet_id, worksheet,