mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Remove debugging leftover
This commit is contained in:
parent
d183b31bbd
commit
f717229f8e
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ kpxcUI.updateIconPosition = function(iconClass) {
|
|||
|
||||
kpxcUI.calculateIconOffset = function(field, size) {
|
||||
const offset = Math.floor((field.offsetHeight / 2) - (size / 2) - 1);
|
||||
console.log(field.offsetHeight, size, offset);
|
||||
return (offset < 0) ? 0 : offset;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue