diff options
Diffstat (limited to 'chrome/test/data/extensions/samples/buildbot/buildbot.html')
-rw-r--r-- | chrome/test/data/extensions/samples/buildbot/buildbot.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/data/extensions/samples/buildbot/buildbot.html b/chrome/test/data/extensions/samples/buildbot/buildbot.html index 68f7a79..05e89b4 100644 --- a/chrome/test/data/extensions/samples/buildbot/buildbot.html +++ b/chrome/test/data/extensions/samples/buildbot/buildbot.html @@ -24,10 +24,6 @@ function updateStatus(text) { } function updateBots(text) { - // There's a bug with the buildbot output where this quote is in the wrong - // place. - text = text.replace("'{revision':", "{'revision':"); - var results = (new RegExp('(.*)<\/body>', 'g')).exec(text); if (!results || results.index < 0) { console.log("Error: couldn't find bot JSON"); |