From bec8243a461a32e30e8bef4c69b8d3913d376e63 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 1 Jul 2016 18:20:55 -0400 Subject: [PATCH] revert committing changes meant to be local only --- platform/chromium/vapi-client.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index 5be0c7480..9a4a34d38 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -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(); /******************************************************************************/