get rid of commented out code
[dbsrgits/DBIx-Class-Journal.git] / lib / DBIx / Class / Schema / Journal / DB / ChangeSet.pm
index 28903c2..688949a 100644 (file)
@@ -30,7 +30,7 @@ __PACKAGE__->add_columns(
 
 sub new {
     my $self = shift->next::method(@_);
-    $self->set_date(gmtime); # DateTime->now);
+    $self->set_date(gmtime);
     return $self;
 }