Skip to content

Commit

Permalink
Remove accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
planger authored Jul 12, 2023
1 parent aead214 commit 807d23e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/server/src/common/command/command-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ export class DefaultCommandStack implements CommandStack {
*/
protected saveIndex = -1;

constructor() {
console.log('');
}

async execute(command: Command): Promise<void> {
try {
await command.execute();
Expand Down

0 comments on commit 807d23e

Please sign in to comment.