Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoliy Chakkaev committed Jan 13, 2011
1 parent d554bc4 commit a52995d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/helpers.js
Expand Up @@ -33,7 +33,6 @@ exports.javascript_include_tag = function () {
options = safe_merge(options, args.pop());
}
var scripts = [];
console.log(args);
args.forEach(function (file) {
var href = file.match(/^https?:\/\//) ? file : "/javascripts/" + file + ".js?" + (new Date).getTime();
delete options.src;
Expand Down

0 comments on commit a52995d

Please sign in to comment.