diff --git a/editor/embedapi.js b/editor/embedapi.js index df10a2ed..a771737b 100644 --- a/editor/embedapi.js +++ b/editor/embedapi.js @@ -101,7 +101,6 @@ function EmbeddedSVGEdit (frame, allowedOrigins) { if (!(this instanceof EmbeddedSVGEdit)) { // Allow invocation without 'new' keyword return new EmbeddedSVGEdit(frame); } - // this.allowedOrigins = allowedOrigins || []; // Initialize communication this.frame = frame;