Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Commit

Permalink
chore(appointment): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Kussl committed May 13, 2017
1 parent 1a2fdce commit eb273cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/appointment/appointment.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ export class AppointmentComponent implements OnInit, OnDestroy {
*/
getLocalTimezone() {
if (this.profile && this.profile.timezone) {
console.log(this.profile.timezone);
// lookup correct timezone name from profile model
for (const k of timezones) {
// check if timezone is compatible with moment-timezone
Expand Down

0 comments on commit eb273cb

Please sign in to comment.