You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
Chore: remove debug code
This commit is contained in:
@ -7,7 +7,6 @@ export default function convertToScreenCoordinates(o: any): any {
|
|||||||
|
|
||||||
if (typeof o === 'object' && o !== null) {
|
if (typeof o === 'object' && o !== null) {
|
||||||
o = JSON.parse(JSON.stringify(o));
|
o = JSON.parse(JSON.stringify(o));
|
||||||
console.info('K', Object.keys(o));
|
|
||||||
for (const k of Object.keys(o)) {
|
for (const k of Object.keys(o)) {
|
||||||
o[k] = convertToScreenCoordinates(o[k]);
|
o[k] = convertToScreenCoordinates(o[k]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user