Removed parser init from main plugin class

This commit is contained in:
Paul Kirby 2018-10-05 17:58:40 -05:00
parent a80dbd6036
commit 43022861f1

View file

@ -124,7 +124,6 @@ class LBRYPress
$this->daemon = new LBRY_Daemon();
$this->speech = new LBRY_Speech();
$this->notice = new LBRY_Admin_Notice();
$parser = new LBRY_Network_Parser();
}
/**