30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-29 04:30:46 +00:00

Remove the debug

This commit is contained in:
wilsonge 2019-09-12 17:56:53 +01:00
parent 868e119666
commit d97aeb0cce
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -435,10 +435,6 @@ class RoboFile extends Tasks
$this->configuration->cmsPath
)
);
var_dump(sprintf('Path %s is unreadable', $this->configuration->cmsPath));
var_dump(dirname($this->configuration->cmsPath));
var_dump(file_exists(dirname($this->configuration->cmsPath)));
die;
return 'tests/joomla';
}