From 3c88a35efd9bf75f6bd7cf9a6745910dbd63d87b Mon Sep 17 00:00:00 2001 From: Dan Mills Date: Fri, 12 Dec 2008 13:54:19 -0800 Subject: [PATCH] remove slightly misleading comment --- services/sync/modules/engines/bookmarks.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/services/sync/modules/engines/bookmarks.js b/services/sync/modules/engines/bookmarks.js index e259ede86a4..ab8ab9bb963 100644 --- a/services/sync/modules/engines/bookmarks.js +++ b/services/sync/modules/engines/bookmarks.js @@ -693,13 +693,6 @@ BookmarksStore.prototype = { } }; -/* - * Tracker objects for each engine may need to subclass the - * getScore routine, which returns the current 'score' for that - * engine. How the engine decides to set the score is upto it, - * as long as the value between 0 and 100 actually corresponds - * to its urgency to sync. - */ function BookmarksTracker() { this._init(); }