From 405b2488e4f0896aee78f6be5156102dab942ea9 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@git-test.afi-sa.fr>
Date: Wed, 12 Sep 2012 14:03:39 +0000
Subject: [PATCH] Suppression xdebug_break

---
 library/Class/AlbumCategorie.php         | 2 --
 library/ZendAfi/View/Helper/TreeView.php | 1 -
 2 files changed, 3 deletions(-)

diff --git a/library/Class/AlbumCategorie.php b/library/Class/AlbumCategorie.php
index dfb5523925f..ccd3af332f7 100644
--- a/library/Class/AlbumCategorie.php
+++ b/library/Class/AlbumCategorie.php
@@ -96,11 +96,9 @@ class Class_AlbumCategorie extends Storm_Model_Abstract {
 	}
 
 	public function getItems() {
-		xdebug_break();
 		return Class_Album::getLoader()->getItemsOf($this->getId());
 	}
 
-
 	public function isNew() {
 		return parent::isNew() || 0 == $this->getId();
 	}
diff --git a/library/ZendAfi/View/Helper/TreeView.php b/library/ZendAfi/View/Helper/TreeView.php
index ae34cbe8740..d2226394067 100644
--- a/library/ZendAfi/View/Helper/TreeView.php
+++ b/library/ZendAfi/View/Helper/TreeView.php
@@ -114,7 +114,6 @@ class ZendAfi_View_Helper_TreeView extends Zend_View_Helper_Abstract {
 
 		$html .= $this->_renderContainerActions($container);
 
-				xdebug_break();
 		if ($container->hasChildren()) {
 			$html .= '<ul style="display:none;" id="child-of-' . $container->getId() . '">';
 			
-- 
GitLab