Fix return logReportToConsole

This commit is contained in:
Alberto 2021-01-25 20:35:41 +01:00 committed by GitHub
parent 6163f596a2
commit 4004d0424c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ public class ConfigSettings implements ConfigObject {
* @return logReportToConsole
*/
public boolean isLogReportToConsole() {
return isLogReportToConsole;
return logReportToConsole;
}
}