mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02:28 +08:00
chore(client): remove redundant log in sync status
This commit is contained in:
parent
3f22981720
commit
6783d9833b
@ -96,7 +96,6 @@ export default class SyncStatusWidget extends BasicWidget {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("Align ", this.settings.titlePlacement);
|
|
||||||
bootstrap.Tooltip.getOrCreateInstance(this.$widget.find(`.sync-status-${className}`), {
|
bootstrap.Tooltip.getOrCreateInstance(this.$widget.find(`.sync-status-${className}`), {
|
||||||
html: true,
|
html: true,
|
||||||
placement: this.settings.titlePlacement,
|
placement: this.settings.titlePlacement,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user