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;
author?: string;
authorEmail?: string;
// authorEmail?: string;
authorDate?: string;
authorTimeZone?: string;
committer?: string;
committerEmail?: string;
committerDate?: string;
committerTimeZone?: string;
// committer?: string;
// committerEmail?: string;
// committerDate?: string;
// committerTimeZone?: string;
previousSha?: string;
previousFileName?: string;