Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sblrok committed Oct 2, 2020
1 parent 1b74ab6 commit cf6f914
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@ class Ctrl extends PanelCtrl {
(panelId === null || panel.id === panelId)
);

console.log('Export panels', exportPanels);


let datasourceTable = {};
try {
await Promise.all(exportPanels.map(async panel => {
Expand All @@ -287,8 +284,6 @@ class Ctrl extends PanelCtrl {
target
}))).flat();

console.log(data);

let formattedUrl = this.templateSrv.replace(this.panel.backendUrl);
if(!formattedUrl.includes('http://') && !formattedUrl.includes('https://')) {
formattedUrl = `http://${formattedUrl}`;
Expand Down

0 comments on commit cf6f914

Please sign in to comment.