Skip to content

Commit

Permalink
Remove debug log line in country ban
Browse files Browse the repository at this point in the history
Fixes #189
  • Loading branch information
niekcandaele committed Jul 16, 2020
1 parent ce34a2c commit fec653c
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 fec653c

Please sign in to comment.