From 51c5c384779a4a0185b696d77bfca823e9da3a8b Mon Sep 17 00:00:00 2001 From: j Date: Tue, 19 Jan 2016 16:50:24 +0530 Subject: [PATCH] reduce debug output --- oml/item/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oml/item/models.py b/oml/item/models.py index 1d431f2..1cfe192 100644 --- a/oml/item/models.py +++ b/oml/item/models.py @@ -341,7 +341,7 @@ class Item(db.Model): # of fall back to first peer that has this item # in case its not available locally if not sync_from and self.info['mediastate'] != 'available' and first_peer: - logger.debug('syncing from first peer that has item %s', first_peer) + #logger.debug('syncing from first peer that has item %s', first_peer) sync_from = first_peer if sync_from: if self.get_hash() != sync_from.data_hash: