Codebase list gnome-shell-extension-panel-osd / 80d1afd
Remove overseen debug-statement. Jens Lody 7 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
183183 _availablePrimaryRect.y=monitor.y;
184184 _availablePrimaryRect.width=monitor.width;
185185 _availablePrimaryRect.height=monitor.height;
186
187 log(new Error().fileName+':'+new Error().lineNumber+' => panel(x, y, width, height) = ('+panel.x+','+panel.y+','+panel.width+','+panel.height+')');
188186
189187 let panelRect = new Meta.Rectangle({ x: panel.x,
190188 y: panel.y,