X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo.js;h=67147c5ee6efd7a6f1be03c969fb9561af26ca52;hp=28f6a4cc562a20f6f4c1fd7dd0070e3fa961b829;hb=refs%2Fheads%2Fwip_alan_T6102_issue_with_word_clean;hpb=4a7a7db2c316cad01e60731b0ebee308de2b9af2 diff --git a/Roo.js b/Roo.js index 28f6a4cc56..67147c5ee6 100644 --- a/Roo.js +++ b/Roo.js @@ -343,12 +343,7 @@ Roo.factory(conf, Roo.data); return; // alerT? } - if(window.location.href.indexOf("localhost") !== -1) { - return; - } - console.log(s); - }, /** * Takes an object and converts it to an encoded URL. e.g. Roo.urlEncode({foo: 1, bar: 2}); would return "foo=1&bar=2". Optionally, property values can be arrays, instead of keys and the resulting string that's returned will contain a name/value pair for each array value.