mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🧹 Remove useless debug statement
This commit is contained in:
parent
a9ae5fbcee
commit
b9422ac85f
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ export class Condition {
|
|||
}
|
||||
|
||||
static fromRaw(data) {
|
||||
console.debug("Trying to serialize condition: ", data)
|
||||
|
||||
if(data.type === 0) return ConditionHashtag.fromRaw(data)
|
||||
else if(data.type === 2) return ConditionTime.fromRaw(data)
|
||||
else if(data.type === 3) return ConditionLocation.fromRaw(data)
|
||||
|
|
Loading…
Reference in a new issue