You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
All: Added dev sync target and option to select it in mobile
This commit is contained in:
@@ -16,8 +16,6 @@ class SyncTargetRegistry {
|
||||
}
|
||||
|
||||
static nameToId(name) {
|
||||
console.info(this.reg_);
|
||||
|
||||
for (let n in this.reg_) {
|
||||
if (!this.reg_.hasOwnProperty(n)) continue;
|
||||
if (this.reg_[n].name === name) return this.reg_[n].id;
|
||||
|
||||
Reference in New Issue
Block a user