Comments out unused props

This commit is contained in:
Eric Amodio
2017-03-27 11:43:46 -04:00
parent de8ce58e09
commit f632829822

View File

@@ -11,14 +11,14 @@ interface IBlameEntry {
lineCount: number; lineCount: number;
author?: string; author?: string;
authorEmail?: string; // authorEmail?: string;
authorDate?: string; authorDate?: string;
authorTimeZone?: string; authorTimeZone?: string;
committer?: string; // committer?: string;
committerEmail?: string; // committerEmail?: string;
committerDate?: string; // committerDate?: string;
committerTimeZone?: string; // committerTimeZone?: string;
previousSha?: string; previousSha?: string;
previousFileName?: string; previousFileName?: string;