Skip to content

Commit

Permalink
refactor: unused code delete
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizyHub authored and flydog98 committed Dec 7, 2023
1 parent 897d651 commit 0ae7906
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/backend/src/containers/containers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ export class ContainersService {
this.getGitCommand(container, GRAPH_COMMAND),
);

console.log(stdoutData);
console.log(stderrData);

const graphMessage = stdoutData
.slice(stdoutData.indexOf(GRAPH_ESCAPE) + GRAPH_ESCAPE.length)
.trim();
Expand Down

0 comments on commit 0ae7906

Please sign in to comment.