mirror of https://github.com/gorhill/uBlock.git
revert committing changes meant to be local only
This commit is contained in:
parent
0e244d9822
commit
bec8243a46
|
@ -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();
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue