forked from Anri/cal8tor
remove debug
This commit is contained in:
parent
fa51950060
commit
ab416848ef
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone)]
|
||||
pub struct Course {
|
||||
/// Course's name
|
||||
pub name: String,
|
||||
|
@ -27,7 +27,6 @@ pub struct Course {
|
|||
pub dtend: Option<chrono::DateTime<chrono::Utc>>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Day {
|
||||
/// Day's name
|
||||
pub name: String,
|
||||
|
|
Loading…
Reference in a new issue