Skip to content

Commit

Permalink
refactor: 구형 코드 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizyHub authored and flydog98 committed Dec 5, 2023
1 parent 5222a41 commit fca692e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/backend/src/containers/containers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,5 @@ export class ContainersService {
});

await this.commandService.executeCommand(...commands);

// for (const log of logs) {
// if (log.mode === 'command') {
// await this.runGitCommand(containerId, log.message);
// } else if (log.mode === 'editor') {
// await this.runEditorCommand(containerId, recentMessage, log.message);
// } else {
// throw new Error('Invalid log mode');
// }
// recentMessage = log.message;
// }
}
}

0 comments on commit fca692e

Please sign in to comment.