Skip to content

Commit

Permalink
Merged pull request influxdata#1073 from influxdata/nc-cleanup-outliers
Browse files Browse the repository at this point in the history
Remove dead code for the `as` property on the outliers example UDF
  • Loading branch information
nathanielc committed Dec 2, 2016
2 parents 8d74e73 + bf74a3a commit 1cd5aed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions udf/agent/examples/outliers/outliers.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ def init(self, init_req):
self._field = opt.values[0].stringValue
elif opt.name == 'scale':
self._scale = opt.values[0].doubleValue
elif opt.name == 'as':
self._as = opt.values[0].stringValue

if self._field is None:
success = False
Expand Down

0 comments on commit 1cd5aed

Please sign in to comment.