Commented out profiling test code

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1125 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-12-29 18:24:25 +00:00
parent f1017f7bf0
commit 9086e13901
1 changed files with 5 additions and 5 deletions

View File

@ -64,11 +64,11 @@ var svgWhiteList = {
function SvgCanvas(c) function SvgCanvas(c)
{ {
console.log('Start profiling') // console.log('Start profiling')
setTimeout(function() { // setTimeout(function() {
canvas.addToSelection(canvas.getVisibleElements()); // canvas.addToSelection(canvas.getVisibleElements());
console.log('Stop profiling') // console.log('Stop profiling')
},3000); // },3000);
var uiStrings = { var uiStrings = {