Skip to content

Commit

Permalink
Merge pull request #194 from CatalysmsServerManager/niekcandaele/issu…
Browse files Browse the repository at this point in the history
…e189

Remove debug log line in country ban
  • Loading branch information
niekcandaele committed Jul 16, 2020
2 parents c641361 + fec653c commit 8e69743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/hooks/countryBan/index.js
Expand Up @@ -425,7 +425,7 @@ module.exports = function sdtdCountryBan(sails) {
});

let countryBanConfig = config[0].countryBanConfig;
console.log(countryBanConfig);

if (
countryBanConfig.bannedCountries.includes(country) &&
!countryBanConfig.whiteListedSteamIds.includes(steamId)
Expand Down

0 comments on commit 8e69743

Please sign in to comment.