delete print
This commit is contained in:
@@ -407,7 +407,6 @@ class ReportingIndicators extends Api
|
|||||||
|
|
||||||
$indicatorsObj = new \ProcessMaker\BusinessModel\ReportingIndicators();
|
$indicatorsObj = new \ProcessMaker\BusinessModel\ReportingIndicators();
|
||||||
$response = $indicatorsObj->getStatusIndicator($options);
|
$response = $indicatorsObj->getStatusIndicator($options);
|
||||||
print_r($response);die;
|
|
||||||
return $response;
|
return $response;
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw (new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage()));
|
throw (new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage()));
|
||||||
|
|||||||
Reference in New Issue
Block a user