mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Remove relevant console log,
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user