Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
Removed some unnecessary logging
Browse files Browse the repository at this point in the history
Removed unnecessary logging which could potentially expose the login credentials for the database into the log file.
  • Loading branch information
boardy authored Jul 4, 2017
1 parent b4c408f commit 3659a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions APIManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
$postArray = decryptPostArray($_POST);

$logger->writeToLog("Decrypted Post Array");
$logger->writeToLog(print_r($postArray, true));

switch ($postArray['type'])
{
Expand Down Expand Up @@ -108,4 +107,4 @@ function decryptPostArray($postArray)
}

}
?>
?>

0 comments on commit 3659a46

Please sign in to comment.