aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/operations/HistogramOperation.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-26 16:06:06 -0400
committerbob <bcz@cs.brown.edu>2019-03-26 16:06:06 -0400
commite9826e0ac334bac28d173f67b4f0db0800b40680 (patch)
tree445801d2f3971243045682e13c1cd6bf0ac371a8 /src/client/northstar/operations/HistogramOperation.ts
parentb9d23e5adde2da01708cc8501ca375726d232d06 (diff)
cleaned up a bit. got rid of blinking when histos change.
Diffstat (limited to 'src/client/northstar/operations/HistogramOperation.ts')
-rw-r--r--src/client/northstar/operations/HistogramOperation.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/northstar/operations/HistogramOperation.ts b/src/client/northstar/operations/HistogramOperation.ts
index 93946b296..bceadb961 100644
--- a/src/client/northstar/operations/HistogramOperation.ts
+++ b/src/client/northstar/operations/HistogramOperation.ts
@@ -55,7 +55,6 @@ export class HistogramOperation extends BaseOperation implements IBaseFilterCons
public get FilterString(): string {
let filterModels: FilterModel[] = [];
let fstring = FilterModel.GetFilterModelsRecursive(this, new Set<IBaseFilterProvider>(), filterModels, true)
- console.log("Filter string " + this.X.AttributeModel.DisplayName + " = " + fstring);
return fstring;
}
@computed