Remove console log

pull/7365/head^2
tugcekucukoglu 2025-03-04 12:36:02 +03:00
parent ebc9217efa
commit b3798724ce
1 changed files with 1 additions and 3 deletions

View File

@ -808,8 +808,6 @@ export default {
this.queryOrientation = query; this.queryOrientation = query;
this.matchMediaOrientationListener = () => { this.matchMediaOrientationListener = () => {
console.log('kkkkk');
this.alignOverlay(); this.alignOverlay();
}; };