Commented out profiling test code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1125 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
f1017f7bf0
commit
9086e13901
|
@ -64,11 +64,11 @@ var svgWhiteList = {
|
|||
function SvgCanvas(c)
|
||||
{
|
||||
|
||||
console.log('Start profiling')
|
||||
setTimeout(function() {
|
||||
canvas.addToSelection(canvas.getVisibleElements());
|
||||
console.log('Stop profiling')
|
||||
},3000);
|
||||
// console.log('Start profiling')
|
||||
// setTimeout(function() {
|
||||
// canvas.addToSelection(canvas.getVisibleElements());
|
||||
// console.log('Stop profiling')
|
||||
// },3000);
|
||||
|
||||
|
||||
var uiStrings = {
|
||||
|
|
Loading…
Reference in New Issue