diff --git a/test/raphael_vs_fabric/complex_shape.html b/test/raphael_vs_fabric/complex_shape.html index 26b21f15..22d39cc4 100644 --- a/test/raphael_vs_fabric/complex_shape.html +++ b/test/raphael_vs_fabric/complex_shape.html @@ -28,11 +28,11 @@ stateful: false }); - console.profile('parsing'); + //console.profile('parsing'); canvas.loadSVGFromURL('tiger2.svg', function(objects) { - console.profileEnd('parsing'); + //console.profileEnd('parsing'); var startTime = new Date();