We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5113f15 commit bbf7abfCopy full SHA for bbf7abf
1 file changed
core/serverManager.js
@@ -81,8 +81,7 @@ serverManager.forceStopStream = (session, reason) => {
81
serverManager.geoIp = (url, ip) => {
82
83
const geo = geoip.lookup(ip);
84
- console.log(ip, geo);
85
-
+
86
if (typeof (stats[url].routing) !== 'undefined') {
87
if (typeof (stats[url].routing[geo.country + '-' + geo.region]) !== 'undefined') // 'COUNTRY-REGION' tag like 'US-TX'
88
return (stats[url].routing[geo.country + '-' + geo.region])
0 commit comments