mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Removes commented out code
This commit is contained in:
@@ -5,7 +5,6 @@ import { ActiveEditorCommand, Commands } from './commands';
|
|||||||
import { BuiltInCommands } from '../constants';
|
import { BuiltInCommands } from '../constants';
|
||||||
import { GitLogCommit, GitService, GitUri } from '../gitService';
|
import { GitLogCommit, GitService, GitUri } from '../gitService';
|
||||||
import { Logger } from '../logger';
|
import { Logger } from '../logger';
|
||||||
// import * as moment from 'moment';
|
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
|
|
||||||
export class DiffWithNextCommand extends ActiveEditorCommand {
|
export class DiffWithNextCommand extends ActiveEditorCommand {
|
||||||
|
|||||||
Reference in New Issue
Block a user