diff --git a/editor/extensions/ext-imagelib.js b/editor/extensions/ext-imagelib.js
index a238a00b..642f0071 100644
--- a/editor/extensions/ext-imagelib.js
+++ b/editor/extensions/ext-imagelib.js
@@ -293,7 +293,7 @@ svgEditor.addExtension("imagelib", function() {
'margin-right': 5
});
- var type = $('').appendTo(leftBlock).change(function() {
+ var type = $('').appendTo(leftBlock).change(function() {
mode = $(this).val();
switch (mode) {
case 's':
diff --git a/editor/extensions/ext-shapes.js b/editor/extensions/ext-shapes.js
index 7558306e..fa18f3fa 100644
--- a/editor/extensions/ext-shapes.js
+++ b/editor/extensions/ext-shapes.js
@@ -90,7 +90,6 @@ svgEditor.addExtension("shapes", function() {
if(!lib) {
$('#shape_buttons').html('Loading...');
- console.log('extensions/shapelib/' + cat_id + '.json');
$.getJSON('extensions/shapelib/' + cat_id + '.json', function(result, textStatus) {
cur_lib = library[cat_id] = {
data: result.data,
@@ -114,7 +113,6 @@ svgEditor.addExtension("shapes", function() {
var off = size * .05;
var vb = [-off, -off, size + off*2, size + off*2].join(' ');
var stroke = fill ? 0: (size/30);
- console.log(vb);
var shape_icon = new DOMParser().parseFromString(
'