#603 unwanted console removed

This commit is contained in:
agriyadev5
2021-08-24 19:04:32 +05:30
parent b0006d84b5
commit 867a67d796

View File

@@ -49,7 +49,6 @@ export default {
* @returns {void}
*/
const clickClear = async function () {
console.log(svgEditor.i18next);
const [ x, y ] = svgEditor.configObj.curConfig.dimensions;
const ok = await seConfirm(svgEditor.i18next.t('notification.QwantToClear'));
if (ok === "Cancel") {