mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Remove unused code
This commit is contained in:
parent
9d78e67381
commit
6195f45800
3 changed files with 0 additions and 5 deletions
|
@ -177,9 +177,6 @@
|
|||
.status .content p:last-child {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
.status .content p code {
|
||||
color: var(--green-color);
|
||||
}
|
||||
.status .content .invisible {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -49,7 +49,6 @@ export default ({ hidden }) => {
|
|||
states.home.push(...homeValues);
|
||||
}
|
||||
states.homeLastFetchTime = Date.now();
|
||||
console.log(allStatuses);
|
||||
return allStatuses;
|
||||
}
|
||||
|
||||
|
|
|
@ -151,7 +151,6 @@ export default () => {
|
|||
states.notifications.push(...notificationsValues);
|
||||
}
|
||||
states.notificationsLastFetchTime = Date.now();
|
||||
console.log(allNotifications);
|
||||
return allNotifications;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue