diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 69311cb..1e1894d 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -373,9 +373,6 @@ # Fall back to just using the root folder as the branch name } else if ( !$t_ignore_paths && preg_match( '/\/([^\/]+)/', $t_file->filename, $t_matches ) ) { $t_changeset->branch = $t_matches[1]; - - } else { - var_dump( "here $t_changeset->revision -- $t_file->filename
\n" ); } } }