diff --git a/Source/SourceIntegration.php b/Source/SourceIntegration.php index 54697f5..84c8469 100644 --- a/Source/SourceIntegration.php +++ b/Source/SourceIntegration.php @@ -43,7 +43,6 @@ } $t_changesets = $this->changesets; - $t_repos = SourceRepo::load_by_changesets( $t_changesets ); if ( count( $t_changesets ) < 1 ) { return; @@ -59,7 +58,7 @@