Merge of fix/Commmon_background_script 删除后台脚本运行环境的print to develop See merge request o2oa/o2oa!1655
@@ -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);
@@ -2583,7 +2583,6 @@ var _Action = (function(){