diff --git a/public/assets/js/picoreflow.js b/public/assets/js/picoreflow.js
index 09848e8..9ef7e23 100644
--- a/public/assets/js/picoreflow.js
+++ b/public/assets/js/picoreflow.js
@@ -301,16 +301,7 @@ $(document).ready(function()
if (x.door == "OPEN")
{
- $.bootstrapGrowl(" Door Opened!", {
- ele: 'body', // which element to append to
- type: 'error', // (null, 'info', 'error', 'success')
- offset: {from: 'top', amount: 250}, // 'top', or 'bottom'
- align: 'center', // ('left', 'right', or 'center')
- width: 385, // (integer, or 'auto')
- delay: 0,
- allow_dismiss: true,
- stackup_spacing: 10 // spacing between consecutively stacked growls.
- });
+
}
if (state!=state_last)