From 036f0639aa4d0d42e414d9f21e23209c0504d294 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 17 Mar 2017 19:10:03 -0400 Subject: [PATCH] Removes commented out code --- src/commands/diffWithNext.ts | 1 - 1 file changed, 1 deletion(-) 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 {