removed debugging console log message

pull/37/head
Chris Veilleux 2020-10-26 16:12:28 -05:00
parent b145876406
commit 47a46ce946
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import { Injectable } from '@angular/core';
import { Observable, throwError } from 'rxjs'; import { Observable, throwError } from 'rxjs';
import { TagEvent } from '../../shared/models/tag-event.model'; import { TagEvent } from '../../shared/models/tag-event.model';
import { environment } from '@account/environments/environment'; import { environment } from '../../../environments/environment';
import { catchError } from 'rxjs/operators'; import { catchError } from 'rxjs/operators';
export interface FileTag { export interface FileTag {