svn: /pear/pear-core/tags/PEAR-1.9.2/PEAR/ Installer.php
[email protected] (Helgi Þormar Þorbjörnsson) Sat, 26 Feb 2011 00:17:22 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
dufuz Sat, 26 Feb 2011 00:17:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308698
Log:
Remove an extra log message
Changed paths:
U pear/pear-core/tags/PEAR-1.9.2/PEAR/Installer.php
Modified: pear/pear-core/tags/PEAR-1.9.2/PEAR/Installer.php
===================================================================
--- pear/pear-core/tags/PEAR-1.9.2/PEAR/Installer.php 2011-02-26 00:13:34 UTC (rev 308697)
+++ pear/pear-core/tags/PEAR-1.9.2/PEAR/Installer.php 2011-02-26 00:17:22 UTC (rev 308698)
@@ -754,8 +754,6 @@
function commitFileTransaction()
{
- $n = count($this->file_operations);
- $this->log(2, "about to commit $n file operations");
// {{{ first, check permissions and such manually
$errors = array();
foreach ($this->file_operations as $key => $tr) {