Remove console.log in content collector

fixes #1731
This commit is contained in:
Marcel Klehr 2013-04-17 16:37:45 +03:00
parent a3ed936d5f
commit 146c75e703

View file

@ -311,7 +311,6 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
['insertorder', 'first']
].concat(
_.map(state.lineAttributes,function(value,key){
if (typeof(window)!= 'undefined' && window.console) console.log([key, value])
return [key, value];
})
);