diff --git a/src/commands/diffWithNext.ts b/src/commands/diffWithNext.ts index 4506b72..54f50ef 100644 --- a/src/commands/diffWithNext.ts +++ b/src/commands/diffWithNext.ts @@ -5,7 +5,6 @@ import { ActiveEditorCommand, Commands } from './commands'; import { BuiltInCommands } from '../constants'; import { GitLogCommit, GitService, GitUri } from '../gitService'; import { Logger } from '../logger'; -// import * as moment from 'moment'; import * as path from 'path'; export class DiffWithNextCommand extends ActiveEditorCommand {