Commit 9773a507 authored by liujiangnan's avatar liujiangnan

chore: 删掉调试日志

parent bbed0f3b
...@@ -126,7 +126,6 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -126,7 +126,6 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.http.post(this.uploadUrl, formData).subscribe( this.http.post(this.uploadUrl, formData).subscribe(
(res: any) => { (res: any) => {
console.log("***************");
(window as any).courseware.sendEvent("screenshot", {"url": res.url}, this.saveKey); (window as any).courseware.sendEvent("screenshot", {"url": res.url}, this.saveKey);
this.item.contentObj.pic_id = res.url; this.item.contentObj.pic_id = res.url;
this.save(); this.save();
......
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