Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary code #1049

Merged
merged 4 commits into from Sep 13, 2017
Merged

Remove unnecessary code #1049

merged 4 commits into from Sep 13, 2017

Commits on Sep 12, 2017

  1. Remove unnecessary line feeds

    abetomo committed Sep 12, 2017
    Copy the full SHA
    d9aa813 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Remove unused variable declaration

    in utils/getMessage.js
    
    in core/assertions.js
    abetomo committed Sep 13, 2017
    Copy the full SHA
    7d1e815 View commit details
    Browse the repository at this point in the history
  2. Fix string enclosed in single quotes in core/assertions.js

    In other code in this file, the string was enclosed in single quotes
    abetomo committed Sep 13, 2017
    Copy the full SHA
    62baf22 View commit details
    Browse the repository at this point in the history
  3. Remove meaningless processing

    numLinesEst does not seem to be used anywhere after this.
    abetomo committed Sep 13, 2017
    Copy the full SHA
    1c1b074 View commit details
    Browse the repository at this point in the history