mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-25 05:49:47 +08:00
removed unneeded comment
This commit is contained in:
@@ -414,8 +414,6 @@ angularService('$cookies', function($browser) {
|
||||
for(name in browserCookies) {
|
||||
if (browserCookies[name] !== cookies[name]) {
|
||||
$browser.cookies(name, _undefined);
|
||||
//TODO: write test for this delete
|
||||
//delete cookies[name];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user