remove debug option (#2211)

This commit is contained in:
Eugenio Romano
2017-08-14 16:08:10 +01:00
committed by Mario Romano
parent 56e65cd652
commit 95a881b87a
6 changed files with 0 additions and 21 deletions

View File

@@ -62,9 +62,6 @@ export class AnalyticsReportParametersComponent implements OnInit, OnChanges, On
@Input()
hideComponent: boolean = false;
@Input()
debug: boolean = false;
@Output()
onSuccess = new EventEmitter();