Remove the fallback rule - we probably don't want to be notifying for everything even if we don't know what it is.

This commit is contained in:
David Baker 2015-03-06 15:03:34 +00:00
parent b67765dccf
commit e7d7152c3c

View File

@ -190,13 +190,5 @@ def make_base_underride_rules(user):
'value': 'ring'
}
]
},
{
'rule_id': 'global/underride/.m.rule.fallback',
'conditions': [
],
'actions': [
'notify',
]
},
}
]