Skip to content
Snippets Groups Projects
Commit 2f4cb8c9 authored by Chris Hines's avatar Chris Hines
Browse files

remove unnecessary console log

parent 97648981
No related branches found
No related tags found
2 merge requests!21New css dev,!5Dev
Pipeline #7158 passed
......@@ -41,7 +41,6 @@ export class AppComponent {
private displayMessage(msg) {
if (msg === null || msg == "") {
console.log('attempting to dismis snackbar');
if (this.snackBarRef != undefined) {
this.snackBarRef.dismiss()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment