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