Skip to content

Commit

Permalink
fix: clean logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Oct 31, 2023
1 parent 505acf5 commit e0201fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Main/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,9 @@ export async function updateDataSourcesFromLocalUrl(

let dsReady = false;

console.log(logsDs.url);
let isLocalReady = false;

if (logsDs?.url !== "") {
console.log(logsDs);

dsReady = await checkLocalAPI(logsDs.url, logsDs, auth, isBasicAuth); // add the auth in here

Expand Down

0 comments on commit e0201fe

Please sign in to comment.