diff --git a/tensorboard/plugins/hparams/tf_hparams_query_pane/tf-hparams-query-pane.ts b/tensorboard/plugins/hparams/tf_hparams_query_pane/tf-hparams-query-pane.ts index 2d2b4bf174..20bc8cc9fb 100644 --- a/tensorboard/plugins/hparams/tf_hparams_query_pane/tf-hparams-query-pane.ts +++ b/tensorboard/plugins/hparams/tf_hparams_query_pane/tf-hparams-query-pane.ts @@ -819,13 +819,6 @@ class TfHparamsQueryPane extends LegacyElementMixin(PolymerElement) { ); } else if (hparam.filter.regexp) { colParam.filterRegexp = hparam.filter.regexp; - } else { - console.error( - 'hparam.filter with no domainDiscrete, interval or regexp' + - ' properties set: %s', - hparam - ); - return null; } colParams.push(colParam); });