@paperless/angular 2.19.6 → 2.19.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3068,7 +3068,6 @@ class TableCell {
3068
3068
  }
3069
3069
  get headerClass() {
3070
3070
  const align = this.definition?.headerAlign ?? this.definition?.align;
3071
- console.log(this.definition, this.definition?.headerAlign, this.definition?.align);
3072
3071
  return cn('overflow-hidden text-ellipsis', {
3073
3072
  'text-start': align === undefined || align === 'start',
3074
3073
  'text-center': align === 'center',