1
Fork 0
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:
Steffo 2021-05-25 16:03:19 +02:00
parent a9ae5fbcee
commit b9422ac85f
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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)