20

Found a code comment that states, "//Don't remove. In for a reason." with no further explanation. Um, shouldn't all the code in this project be in for a reason?

Comments
  • 1
    Remove it for the lulz
  • 2
    Well I guess he has no idea what those lines actually do.. but they're magic.. nothing works without'em
  • 0
    or maybe he didnt have time to write a novel on it?
  • 0
    @cantleave The code was along the lines of:
    function doSomething(token) {
    if(token) {
    return true;
    } else {
    return false;
    }
    }
Add Comment