Removed console log.
This commit is contained in:
parent
81f18ea2e9
commit
3c7b220dd7
@ -5,7 +5,6 @@ let requestCount = 0
|
|||||||
const batchSize = 8
|
const batchSize = 8
|
||||||
const debug = false
|
const debug = false
|
||||||
|
|
||||||
console.log('tileloader.js')
|
|
||||||
function recycledXMLHttpRequest() {
|
function recycledXMLHttpRequest() {
|
||||||
// https://nullprogram.com/blog/2013/02/08/
|
// https://nullprogram.com/blog/2013/02/08/
|
||||||
if (requestPool.length > 0) {
|
if (requestPool.length > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user