Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2acce6a

Browse files
committed
removed unneeded comment
1 parent 2a3a449 commit 2acce6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services.js

-2
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,6 @@ angularService('$cookies', function($browser) {
414414
for(name in browserCookies) {
415415
if (browserCookies[name] !== cookies[name]) {
416416
$browser.cookies(name, _undefined);
417-
//TODO: write test for this delete
418-
//delete cookies[name];
419417
}
420418
}
421419
}

0 commit comments

Comments
 (0)