Remove stray debug message.

This commit is contained in:
eSeR1805 2022-05-31 16:16:57 +03:00
parent 854bd9af2b
commit 096e98a68c
No known key found for this signature in database
GPG Key ID: BA53686259B46936

View File

@ -50,7 +50,6 @@ class KeyValues():
@staticmethod
def set_kval(key: str, value: Any, trade_id: Optional[int] = None) -> None:
logger.warning(f"[set_kval] key: {key} trade_id: {trade_id} value: {value}")
value_type = type(value).__name__
value_db = None