Remove relevant console log,

This commit is contained in:
Eudes Inácio
2022-04-28 09:32:27 +01:00
parent 3021e8b0e1
commit 2826cea9df
153 changed files with 1001 additions and 1132 deletions
+3 -3
View File
@@ -572,13 +572,13 @@ function getVerbosityLevel() {
function info(msg) {
if (verbosity >= VerbosityLevel.INFOS) {
console.log("Info: ".concat(msg));
}
}
function warn(msg) {
if (verbosity >= VerbosityLevel.WARNINGS) {
console.log("Warning: ".concat(msg));
}
}
@@ -13658,7 +13658,7 @@ function loadScript(src) {
}
function deprecated(details) {
console.log('Deprecated API usage: ' + details);
}
function releaseImageResources(img) {