mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 18:09:31 +08:00
删除调试代码
This commit is contained in:
parent
ce3dbde712
commit
4859add77f
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ export default class WritePage extends Component {
|
||||||
notebooks = [];
|
notebooks = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
let unExpiredBooks = notebooks.filter(it => !it.isExpired);unExpiredBooks=[];
|
let unExpiredBooks = notebooks.filter(it => !it.isExpired);
|
||||||
if(unExpiredBooks && unExpiredBooks.length > 0) {
|
if(unExpiredBooks && unExpiredBooks.length > 0) {
|
||||||
let st = {
|
let st = {
|
||||||
notebooks: unExpiredBooks
|
notebooks: unExpiredBooks
|
||||||
|
|
Loading…
Reference in a new issue