Skip to content

Commit 8e88df5

Browse files
committed
Update Observer.php remove debugging.
1 parent cfa09f8 commit 8e88df5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • app/code/community/TheExtensionLab/StatusColors/Model

app/code/community/TheExtensionLab/StatusColors/Model/Observer.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ public function adminhtmlBlockHtmlBefore(Varien_Event_Observer $observer)
2020
{
2121
$block = $observer->getEvent()->getBlock();
2222

23-
$setup = new TheExtensionLab_StatusColors_Model_Resource_Setup;
24-
$setup->addInstallationSuccessfulNotification();
25-
2623
if ($block instanceof Mage_Adminhtml_Block_Sales_Order_Grid) {
2724

2825
//Get the status column and add a frame_callback which adds the colour to the html
@@ -99,4 +96,4 @@ public function getHelper()
9996
return Mage::helper('theextensionlab_statuscolors');
10097
}
10198

102-
}
99+
}

0 commit comments

Comments
 (0)