@paperless/angular 0.1.0-alpha.387 → 0.1.0-alpha.388

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.
@@ -259,8 +259,6 @@ class DatepickerDirective extends BaseValueAccessor {
259
259
  super(el);
260
260
  }
261
261
  writeValue(value) {
262
- console.log("[Angular] Directive.writeValue", this.el.nativeElement.placeholder, value);
263
- console.log("[Angular] Directive.writeValue", this.el, this.el.nativeElement);
264
262
  this.el.nativeElement.value = this.lastValue = value;
265
263
  }
266
264
  }