Commit 8f562edf authored by SergeyLuzyanin's avatar SergeyLuzyanin

remove console.log

parent 1400d085
...@@ -5291,7 +5291,6 @@ background-repeat: no-repeat;\ ...@@ -5291,7 +5291,6 @@ background-repeat: no-repeat;\
asc_docs_api.prototype.sync_SpellCheckVariantsFound = function() asc_docs_api.prototype.sync_SpellCheckVariantsFound = function()
{ {
console.log("asc_onSpellCheckVariantsFound");
this.sendEvent("asc_onSpellCheckVariantsFound"); this.sendEvent("asc_onSpellCheckVariantsFound");
}; };
...@@ -5357,7 +5356,6 @@ background-repeat: no-repeat;\ ...@@ -5357,7 +5356,6 @@ background-repeat: no-repeat;\
asc_docs_api.prototype.spellCheck = function(rdata) asc_docs_api.prototype.spellCheck = function(rdata)
{ {
console.log("start - " + JSON.stringify(rdata));
// ToDo проверка на подключение // ToDo проверка на подключение
switch (rdata.type) switch (rdata.type)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment