Github user tiborm commented on a diff in the pull request:
https://github.com/apache/metron/pull/1118#discussion_r207506822
--- Diff:
metron-interface/metron-alerts/src/app/pcap/pcap-panel/pcap-panel.component.ts
---
@@ -22,33 +22,35 @@ import { PcapRequest } from '../model/pcap.request'
import { Pdml } from '../model/pdml'
import {Subscription} from "rxjs/Rx";
+class Query {
--- End diff --
Thanks Ryan! It's dead code left there from some previous state of impl.
Removed.---
