Browse Source

Remove console.log

topic-sass
Jason Denney 11 years ago
parent
commit
84ed8503d1
  1. 1
      app/assets/javascripts/custom_netzke_helpers.js

1
app/assets/javascripts/custom_netzke_helpers.js

@ -189,7 +189,6 @@ Ext.define('Ext.ux.form.field.DateTime', {
},
setValue: function(value){
console.log("setValue: " + value);
if (Ext.isString(value) || Ext.isDate(value)){
if( Ext.isDate(value)){

Loading…
Cancel
Save