Removed error_logs from debugging
This commit is contained in:
parent
27a9487374
commit
b78cd0a2fc
1 changed files with 0 additions and 5 deletions
|
@ -52,8 +52,6 @@ class LBRY_Speech
|
||||||
|
|
||||||
$all_media = $this->find_media($post_id);
|
$all_media = $this->find_media($post_id);
|
||||||
|
|
||||||
error_log(print_r($all_media, true));
|
|
||||||
|
|
||||||
// IDEA: Notify user if post save time will take a while
|
// IDEA: Notify user if post save time will take a while
|
||||||
if ($all_media) {
|
if ($all_media) {
|
||||||
$requests = array();
|
$requests = array();
|
||||||
|
@ -73,9 +71,6 @@ class LBRY_Speech
|
||||||
if (!empty($speech_channel) && !empty($speech_pw)) {
|
if (!empty($speech_channel) && !empty($speech_pw)) {
|
||||||
$params['channelName'] = '@' . $speech_channel;
|
$params['channelName'] = '@' . $speech_channel;
|
||||||
$params['channelPassword'] = $speech_pw;
|
$params['channelPassword'] = $speech_pw;
|
||||||
|
|
||||||
error_log($params['channelName']);
|
|
||||||
error_log($params['channelPassword']);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$ch = $this->build_request('publish', $params);
|
$ch = $this->build_request('publish', $params);
|
||||||
|
|
Loading…
Reference in a new issue