Skip to content

Commit

Permalink
(FIX) Deleting debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
xdri3n authored and neoclust committed Dec 15, 2023
1 parent 70059a7 commit 3450be6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [BUGFIX] Fix Translations
- [BUGFIX] Fix display of the inventory of a machine when it is offline
- [BUGFIX] Fix creating group from a boolean
- [BUGFIX] Remove some visible debugs

[Full Changelog](https://github.com/medulla-tech/medulla/compare/5.0.0...5.0.1)

Expand Down
7 changes: 0 additions & 7 deletions web/includes/xmlrpc.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ function xmlCall($method, $params = null) {

list($sock, $errNo, $errString) = openSocket($prot, $conf);
if (!$sock) {
echo "prototype";


/* Connection failure */
$errObj = new ErrorHandlingItem('');echo "prototype";
$errObj->setMsg(_("Can't connect to MMC agent"));
Expand All @@ -165,10 +162,6 @@ function xmlCall($method, $params = null) {
$errObj->setSize(400);
$errObj->process('');
$errorStatus = 1;
echo "<pre>";
print_r($errObj);
echo "</pre>";
// exit(0);
return FALSE;
}

Expand Down

0 comments on commit 3450be6

Please sign in to comment.