mxd преди 4 години
родител
ревизия
700366d593
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      magic-editor/src/console/src/components/layout/magic-request.vue

+ 0 - 1
magic-editor/src/console/src/components/layout/magic-request.vue

@@ -348,7 +348,6 @@
           this.bodyEditor.onDidChangeModelContent(() => {
             this.updateRequestBody(this.bodyEditor.getValue())
             this.info.requestBody = this.bodyEditor.getValue()
-            console.log('变化?')
           })
           this.bodyEditor.onDidPaste((e) => {
             try {