Skip to content

Commit

Permalink
Merge pull request #17 from talkative/master
Browse files Browse the repository at this point in the history
Removed console.log()
  • Loading branch information
1602 committed Jan 29, 2013
2 parents 4890a8f + c15786e commit d83c6a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/railway_routes.js
Expand Up @@ -183,7 +183,6 @@ Map.prototype.addPath = function (templatePath, action, helperName) {
for (var i = 0; i < paramsLength; i += 1) { for (var i = 0; i < paramsLength; i += 1) {
value = null; value = null;
arg = arguments[i]; arg = arguments[i];
console.log(objParam, paramNames, i);
if (arg && typeof arg.to_param == 'function') { if (arg && typeof arg.to_param == 'function') {
value = arg.to_param(); value = arg.to_param();
} else if (paramNames[i] && objParam && objParam[paramNames[i]]) { } else if (paramNames[i] && objParam && objParam[paramNames[i]]) {
Expand Down

0 comments on commit d83c6a8

Please sign in to comment.