diff --git a/index.js b/index.js index 23eaed3..4a25469 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,6 @@ const isIPReportedRecently = (ip, reportedIPs) => { const reportIP = async (event, country, hostname, endpoint, userAgent, cycleErrorCounts) => { const uri = `${hostname}${endpoint}`; - if (!uri) { logToCSV(event.rayName, event.clientIP, country, hostname, endpoint, event.userAgent, 'MISSING_URI'); log('warn', `Missing URL ${event.clientIP}; URI: ${uri}`);