We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1450b4b commit 43df1d9Copy full SHA for 43df1d9
volara_proof/__main__.py
@@ -23,7 +23,6 @@ def load_config() -> Dict[str, Any]:
23
"file_id": os.environ.get("FILE_ID", None),
24
"miner_address": os.environ.get("MINER_ADDRESS", None),
25
}
26
- logging.info(f"Using config: {json.dumps(config, indent=2)}")
27
return config
28
29
0 commit comments