ngx-hana-nameserver-history-viewer 1.1.9-8.beta → 1.1.9-9.beta

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.
@@ -570,7 +570,6 @@ function getTimeFromTimeZone(time, timezone) {
570
570
  * Get time formatted with the provided timezone
571
571
  */
572
572
  function getTimeString(time) {
573
- console.log('3333312', time, '4444434', moment$2(time));
574
573
  const dateTime = new Date(time);
575
574
  const year = dateTime.getFullYear();
576
575
  const month = ('0' + (dateTime.getMonth() + 1)).slice(-2);