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)
|
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 = {
|
||||||
|
|
Loading…
Reference in New Issue