Removed forgotten echo

This commit is contained in:
Franck Allimant
2013-12-05 18:08:36 +01:00
parent 5857c07ef0
commit 5dfe8584ae

View File

@@ -181,10 +181,8 @@ class Attribute extends BaseI18nLoop implements PropelSearchLoopInterface
break;
}
}
echo "s=".$search->toString();
return $search;
}
public function parseResults(LoopResult $loopResult)