Skip to content

Commit

Permalink
Remove console log in jayvee-code-lens-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Jul 30, 2024
1 parent b9b9629 commit f3eebc4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2023 Friedrich-Alexander-Universitat Erlangen-Nurnberg
// SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg
//
// SPDX-License-Identifier: AGPL-3.0-only

Expand Down Expand Up @@ -69,7 +69,6 @@ export class JayveeCodeLensProvider implements CodeLensProvider {
filePath: document.uri.fsPath,
pipelineName: pipeline.name,
};
console.log(payload.filePath);

lenses.push({
range: pipelineDefinitionRange,
Expand Down

0 comments on commit f3eebc4

Please sign in to comment.