Drupal: Clean out unnecessary debug info

https://dev.gridrepublic.org/browse/DBOINCP-222
This commit is contained in:
Tristan Olive 2016-03-31 09:48:17 -04:00
parent 52e38291fa
commit a3f1b9e2c3
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ function boinctranslate_refresh_translations_op($project, $resource, $langcode,
}
else {
$message = "Translation data not found in response for {$language}"
. " translation import of {$project}:{$resource}. DEBUG: $response";
. " translation import of {$project}:{$resource}.";
}
}
else {