Removed parser init from main plugin class
This commit is contained in:
parent
a80dbd6036
commit
43022861f1
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ class LBRYPress
|
||||||
$this->daemon = new LBRY_Daemon();
|
$this->daemon = new LBRY_Daemon();
|
||||||
$this->speech = new LBRY_Speech();
|
$this->speech = new LBRY_Speech();
|
||||||
$this->notice = new LBRY_Admin_Notice();
|
$this->notice = new LBRY_Admin_Notice();
|
||||||
$parser = new LBRY_Network_Parser();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue