Private GIT

Skip to content
Snippets Groups Projects
Commit 427d14a2 authored by Lionel Assepo's avatar Lionel Assepo
Browse files

* Remove debug in clapi main class

parent a7c5470b
Branches
Tags
No related merge requests found
...@@ -792,13 +792,10 @@ class CentreonAPI ...@@ -792,13 +792,10 @@ class CentreonAPI
*/ */
public function export() public function export()
{ {
echo "This is just crazy";
$this->requireLibs(""); $this->requireLibs("");
echo "Hell Yeah";
$this->sortClassExport(); $this->sortClassExport();
echo "Out of the loop";
$this->initAllObjects(); $this->initAllObjects();
if (isset($this->options['select'])) { if (isset($this->options['select'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment