1
0
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:
Helmut K. C. Tessarek 2020-02-07 04:49:47 -05:00 committed by GitHub
parent 10cf80d6ca
commit 7eabe74402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {