mirror of
https://git.feneas.org/mediaformat/fediembedi
synced 2024-12-23 01:29:10 +01:00
remove debug
This commit is contained in:
parent
840fdb699c
commit
130b4197e9
@ -52,7 +52,7 @@ class FediEmbedi_PeerTube extends WP_Widget {
|
||||
} else {
|
||||
$account = $status->data[0]->account;
|
||||
}
|
||||
if(WP_DEBUG_DISPLAY === true): echo '<details><summary>PeerTube</summary><pre>'; var_dump($status); echo '</pre></details>'; endif;
|
||||
|
||||
include(plugin_dir_path(__FILE__) . 'templates/peertube.tpl.php' );
|
||||
|
||||
echo $args['after_widget'];
|
||||
|
Loading…
Reference in New Issue
Block a user