projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f18b8b
)
Remove debug output
Robert Bohne [Wed, 17 Feb 2010 18:17:23 +0000 (19:17 +0100)]
lib/DBIx/Class/Schema/Loader/Base.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/Base.pm
b/lib/DBIx/Class/Schema/Loader/Base.pm
index
6895279
..
33642f0
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/Base.pm
+++ b/
lib/DBIx/Class/Schema/Loader/Base.pm
@@
-1621,10
+1621,6
@@
sub _custom_column_info {
sub _datetime_column_info {
my ( $self, $info, $column_info) = @_;
- # warn "_datetime_column_info XXXXXXXXX";
- # use Data::Dumper;
- # warn Dumper $info;
- # warn Dumper $column_info;
my $return = {};
my $type = lc ( $info->{TYPE_NAME} );