remove debug info

This commit is contained in:
Manuel Raynaud
2014-03-19 09:45:54 +01:00
parent 25e605e8ab
commit e11ff8dcec

View File

@@ -54,7 +54,6 @@ class VerifyTinymceListener implements EventSubscriberInterface
public function clearCache(CacheEvent $event)
{
if (true === file_exists(THELIA_WEB_DIR . '/tinymce')) {
echo "toto";
$fs = new Filesystem();
$directory = new \DirectoryIterator(THELIA_WEB_DIR . '/tinymce');