Просмотр исходного кода

Merge branch 'feature/Common_background_script' into 'release'

Merge of feature/Common_background_script to release

See merge request o2oa/o2oa!1656
蔡祥熠 5 лет назад
Родитель
Сommit
842e387875

+ 0 - 1
o2web/source/x_desktop/js/initalServiceScriptSubstitute.js

@@ -224,7 +224,6 @@ var _Action = (function(){
                                 }
                                 var res = null;
                                 try{
-                                        print(uri);
                                         switch (method.toLowerCase()){
                                                 case "get":
                                                         res = bind.applications.getQuery(this.root, uri);

+ 0 - 1
o2web/source/x_desktop/js/initialServiceScriptText.js

@@ -2583,7 +2583,6 @@ var _Action = (function(){
                 }
                 var res = null;
                 try{
-                    print(uri);
                     switch (method.toLowerCase()){
                         case "get":
                             res = bind.applications.getQuery(this.root, uri);