Skip to content

Commit

Permalink
Ooops, ripped out some code that isn't needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragan committed Jun 2, 2010
1 parent ecb9013 commit 29654db
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public static SpecFlowProject CreateSpecFlowProjectFrom(Project project)
specFlowProject.AssemblyName = defaultNamespace;
specFlowProject.DefaultNamespace = defaultNamespace;

foreach (SolutionItemConfiguration configuration in project.Configurations)
{
MonoDevelop.Core.LoggingService.LogInfo(configuration.Name);
}

// TODO: Find out if we really need to add all the feature files everytime we generate
foreach (ProjectFile projectFile in project.Files.Where(IsFeatureOrAppConfigFile))
{
Expand Down

0 comments on commit 29654db

Please sign in to comment.