diff options
author | bob <bcz@cs.brown.edu> | 2019-03-26 16:06:06 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-03-26 16:06:06 -0400 |
commit | e9826e0ac334bac28d173f67b4f0db0800b40680 (patch) | |
tree | 445801d2f3971243045682e13c1cd6bf0ac371a8 /src/client/northstar/operations/HistogramOperation.ts | |
parent | b9d23e5adde2da01708cc8501ca375726d232d06 (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.ts | 1 |
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 |