Commit 62eb9d61 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Удалил случайно залитые логи.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66322 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c54809f
...@@ -5010,12 +5010,10 @@ ParaDrawing.prototype = ...@@ -5010,12 +5010,10 @@ ParaDrawing.prototype =
var NewParaDrawing = this.Copy(); var NewParaDrawing = this.Copy();
NewParaDrawing.Add_ToDocument(NearPos, true, RunPr); NewParaDrawing.Add_ToDocument(NearPos, true, RunPr);
this.LogicDocument.Select_DrawingObject(NewParaDrawing.Get_Id()); this.LogicDocument.Select_DrawingObject(NewParaDrawing.Get_Id());
console.log("1");
} }
else else
{ {
this.Add_ToDocument(NearPos, true, RunPr); this.Add_ToDocument(NearPos, true, RunPr);
console.log("2");
} }
}, },
......
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