| Index: chrome/browser/resources/google_now/cards.js
|
| diff --git a/chrome/browser/resources/google_now/cards.js b/chrome/browser/resources/google_now/cards.js
|
| index 393c8aea6c9758b6f1674433aa9eef30af4305cb..837d2b91f9625a4bf1cfbabde45bd13ceee3e882 100644
|
| --- a/chrome/browser/resources/google_now/cards.js
|
| +++ b/chrome/browser/resources/google_now/cards.js
|
| @@ -137,8 +137,6 @@ function buildCardSet() {
|
| console.log('cardManager.update ' + JSON.stringify(card) + ' ' +
|
| previousVersion);
|
|
|
| - // TODO(vadimt): Don't clear alarms etc that don't exist. Or make sure doing
|
| - // this doesn't output an error to console.
|
| chrome.alarms.clear(cardHidePrefix + cardId);
|
|
|
| var cardCreateInfo = {
|
|
|