Skip to content

Commit

Permalink
style(lint): remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswindle committed Feb 18, 2018
1 parent 63e64c8 commit e2859db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/crc/crc-responsibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ class CrcResponsibility {
this.comments = getComments(crcClass);
this.descriptions = getAllDescriptions(this.comments);
this.primary = getDescription(crcClass);

// CrcClass.meta.description = this.primary;
}

/**
Expand Down

0 comments on commit e2859db

Please sign in to comment.