Skip to content

Commit

Permalink
fix(package): removed unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 10, 2019
1 parent 2baea51 commit b442f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/pipes/ngx-linkifyjs.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {NgxLinkifyOptions} from '../..';
export class NgxLinkifyjsPipe implements PipeTransform {

transform(value: string, options?: NgxLinkifyOptions): string {
console.log('options: ', options);
return value ? linkifyStr(value, options) : value;
}

Expand Down

0 comments on commit b442f03

Please sign in to comment.