From 7b0860f87230b75f7439782e145204bbedda6d88 Mon Sep 17 00:00:00 2001 From: spiderr Date: Fri, 26 Jun 2020 12:38:57 -0400 Subject: remove debug in ::translateString --- BitLanguage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/BitLanguage.php b/BitLanguage.php index 5f01cae..79e5166 100644 --- a/BitLanguage.php +++ b/BitLanguage.php @@ -582,7 +582,6 @@ class BitLanguage extends BitSingleton { * @return translation */ function translate( $pString ) { -return $pString; global $gBitTranslationHash, $gBitSystem; $sourceHash = $this->getSourceHash( $pString ); $cacheFile = TEMP_PKG_PATH."lang/".$this->mLanguage."/".$sourceHash; -- cgit v1.3