get rid of console spam

This commit is contained in:
Zack Rauen 2020-02-03 19:51:29 -05:00
parent b8ced0020d
commit 3691b93c50
2 changed files with 13 additions and 13 deletions

View File

@ -2531,7 +2531,7 @@ class V2 {
if (m && filter(m)) return m;
}
}
console.warn("Cannot find loaded module in cache");
// console.warn("Cannot find loaded module in cache");
return null;
};

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long