revert committing changes meant to be local only

This commit is contained in:
gorhill 2016-07-01 18:20:55 -04:00
parent 0e244d9822
commit bec8243a46
1 changed files with 3 additions and 3 deletions

View File

@ -63,12 +63,12 @@ if ( vAPI.sessionId ) {
}
/******************************************************************************/
/*
vAPI.executionCost = {
start: function(){},
stop: function(){}
};
*/
/*
vAPI.executionCost = {
tcost: 0,
tstart: 0,
@ -106,7 +106,7 @@ vAPI.executionCost = {
);
}
};
*/
vAPI.executionCost.start();
/******************************************************************************/