diff options
-rw-r--r-- | lesana/types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lesana/types.py b/lesana/types.py index 349208f..87c933a 100644 --- a/lesana/types.py +++ b/lesana/types.py @@ -83,7 +83,7 @@ class LesanaType: if not to_index: return if not value: - logger.info( + logger.debug( "Not indexing empty value {}".format(value) ) return |