Remove console log in oo apps

This commit is contained in:
yflory
2019-01-28 14:11:51 +01:00
parent d5f98c916b
commit af55e07107
4 changed files with 10 additions and 300 deletions

View File

@@ -4193,7 +4193,6 @@ AscBrowser.convertToRetinaValue = function(value, isScale)
var send = function (data) {
setTimeout(function () {
console.log(data);
sockjs.onmessage({
data: JSON.stringify(data)
});
@@ -4249,7 +4248,6 @@ AscBrowser.convertToRetinaValue = function(value, isScale)
};
sockjs.send = function (data) {
console.log(data);
try {
var obj = JSON.parse(data);
} catch (e) {