Skip to content

Commit

Permalink
refactor: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
umbopepato committed May 26, 2020
1 parent ef189f7 commit 9d68205
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions src/cli/commands/vr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { ExportCommand } from "./export.ts";
import { runScript } from "../../run_script.ts";

export class VrCommand extends Command {
// protected name = "vr"; // TODO replace with the actual cmd name https://github.com/denoland/deno/issues/5725
// protected path: string = this.name;

constructor(private configData: ConfigData | null) {
super();
this.name("vr")
Expand Down
7 changes: 0 additions & 7 deletions test/CHANGELOG.md

This file was deleted.

0 comments on commit 9d68205

Please sign in to comment.