[Bps-public-commit] App-Changeloggr branch, master, updated. 133900415647ebdb7f0ff032d0ea3da2d98b9998
Alex M Vandiver
alexmv at bestpractical.com
Tue Mar 31 16:16:29 EDT 2009
The branch, master has been updated
via 133900415647ebdb7f0ff032d0ea3da2d98b9998 (commit)
from 73098264db54e0de04650aef67d4ef82f57c5ae4 (commit)
Summary of changes:
lib/App/Changeloggr/Model/Changelog.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 133900415647ebdb7f0ff032d0ea3da2d98b9998
Author: Alex Vandiver <alexmv at mit.edu>
Date: Tue Mar 31 16:16:12 2009 -0400
Remove a debugging line
diff --git a/lib/App/Changeloggr/Model/Changelog.pm b/lib/App/Changeloggr/Model/Changelog.pm
index 819ce50..ece7cc5 100644
--- a/lib/App/Changeloggr/Model/Changelog.pm
+++ b/lib/App/Changeloggr/Model/Changelog.pm
@@ -95,7 +95,6 @@ sub choose_change {
value => 'NULL',
);
$changes->rows_per_page(1);
- warn $changes->build_select_query;
return $changes->first;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list