Commented out profiling test code
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1125 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user