Skip to content

Commit

Permalink
Removed testing echo php code from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed May 3, 2017
1 parent b4c76d2 commit f40b4f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public_html/lib-common.php
Expand Up @@ -3796,7 +3796,6 @@ function COM_checkWords($message, $type = '')
// Check for exact match. Could happen for really short text strings like anonymous names in comments
if (strtolower($editedMessage) == strtolower($c)) {
// No need to continue since replaced entire string
echo "ha";
return $Replacement;
} else {
// Cycle through each regular expression as needed
Expand Down

0 comments on commit f40b4f3

Please sign in to comment.