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:
parent
b93165592e
commit
64580237d5
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user