1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove rogue debug

This commit is contained in:
Nick O'Leary 2019-11-21 11:07:58 +00:00
parent b93165592e
commit 64580237d5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -83,7 +83,6 @@ function mergeCatalog(fallback,catalog) {
function readFile(lng, ns) {
console.log(lng,ns);
return new Promise((resolve, reject) => {
if (resourceCache[ns] && resourceCache[ns][lng]) {
resolve(resourceCache[ns][lng]);