mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Cli: Fix console messages being displayed in GUI (#2457)
see https://discourse.joplinapp.org/t/joplin-terminal-question-sync/5700?u=tessus
This commit is contained in:
parent
10cf80d6ca
commit
7eabe74402
@ -364,8 +364,8 @@ class WebDavApi {
|
||||
|
||||
let response = null;
|
||||
|
||||
console.info('WebDAV Call', `${method} ${url}`, headers, options);
|
||||
console.info(this.requestToCurl_(url, fetchOptions));
|
||||
// console.info('WebDAV Call', `${method} ${url}`, headers, options);
|
||||
// console.info(this.requestToCurl_(url, fetchOptions));
|
||||
|
||||
if (options.source == 'file' && (method == 'POST' || method == 'PUT')) {
|
||||
if (fetchOptions.path) {
|
||||
|
Loading…
Reference in New Issue
Block a user