mirror of https://github.com/BOINC/boinc.git
Drupal: Clean out unnecessary debug info
https://dev.gridrepublic.org/browse/DBOINCP-222
This commit is contained in:
parent
52e38291fa
commit
a3f1b9e2c3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue