dont load pom yet

This commit is contained in:
Kevin Froman 2019-02-17 15:49:10 -06:00
parent fc6dc0caf7
commit 629c0083f4
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ class OnionrCommunicatorDaemon:
# Loads in and starts the enabled plugins
plugins.reload()
self.proofofmemory = proofofmemory.ProofOfMemory(self)
# daemon tools are misc daemon functions, e.g. announce to online peers
# intended only for use by OnionrCommunicatorDaemon
self.daemonTools = onionrdaemontools.DaemonTools(self)