Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
whatarthurcodes committed Dec 19, 2014
1 parent bb0d2e9 commit 0db02f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checks.d/win32_event_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def check(self, instance):
)
wql = q.to_wql()
self.log.debug("Querying for Event Log events: %s" % wql)

events = w.query(wql)

# Save any events returned to the payload as Datadog events
Expand Down

0 comments on commit 0db02f3

Please sign in to comment.