From ec307b5f87fcaa7ac669bb98fc2ba1a64b917570 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 13 May 2020 01:00:53 +0200 Subject: [PATCH] Minor: remove commented code --- plugin/bbb/lib/bbb_api.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/bbb/lib/bbb_api.php b/plugin/bbb/lib/bbb_api.php index 158b7d1bb3..8218dce081 100755 --- a/plugin/bbb/lib/bbb_api.php +++ b/plugin/bbb/lib/bbb_api.php @@ -70,8 +70,7 @@ class BigBlueButtonBN $data = curl_exec( $ch ); curl_close( $ch ); - if($data) { - //die(print_r($data, 1)); + if ($data) { return (new SimpleXMLElement($data)); } else { return false;