Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoguerra committed Jul 13, 2012
1 parent 33e5d9f commit 6dd461b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/addons/readonly.js
Expand Up @@ -22,7 +22,6 @@
function readonly(name, type, id, opts, required, priv, util) {
var obj = priv.formatForType(name, type, id, opts, required, util);

console.log(obj);
obj.input.disabled = "disabled";

return obj;
Expand Down

0 comments on commit 6dd461b

Please sign in to comment.