mirror of
https://github.com/pds-nest/nest.git
synced 2025-02-16 12:43:58 +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) {
|
static fromRaw(data) {
|
||||||
console.debug("Trying to serialize condition: ", data)
|
|
||||||
|
|
||||||
if(data.type === 0) return ConditionHashtag.fromRaw(data)
|
if(data.type === 0) return ConditionHashtag.fromRaw(data)
|
||||||
else if(data.type === 2) return ConditionTime.fromRaw(data)
|
else if(data.type === 2) return ConditionTime.fromRaw(data)
|
||||||
else if(data.type === 3) return ConditionLocation.fromRaw(data)
|
else if(data.type === 3) return ConditionLocation.fromRaw(data)
|
||||||
|
|
Loading…
Add table
Reference in a new issue