Removed console log.

This commit is contained in:
Uwe Oestermeier 2024-05-27 09:19:20 +02:00
parent 81f18ea2e9
commit 3c7b220dd7
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ let requestCount = 0
const batchSize = 8
const debug = false
console.log('tileloader.js')
function recycledXMLHttpRequest() {
// https://nullprogram.com/blog/2013/02/08/
if (requestPool.length > 0) {