this was never documented and never should have been done. frew--
[dbsrgits/DBIx-Class-Journal.git] / lib / DBIx / Class / Schema / Journal.pm
index f472d54..5eabd46 100644 (file)
@@ -39,7 +39,7 @@ sub _journal_schema_prototype {
 
 
     my $comp = $self->journal_component || "Journal";
-    
+
     my $prefix = $self->journal_prefix || '';
     foreach my $audit (qw(ChangeSet ChangeLog)) {
         my $class = blessed($proto) . "::$audit";
@@ -104,14 +104,6 @@ sub connection {
     return $schema;
 }
 
-sub deploy {
-    my $self = shift;
-
-    $self->next::method(@_);
-
-    $self->journal_schema_deploy(@_);
-}
-
 sub journal_schema_deploy {
     my $self = shift;