From 2685a5d6838cf5572998d57eb391f86f4f797199 Mon Sep 17 00:00:00 2001 From: schencej Date: Wed, 11 Dec 2019 18:17:27 -0500 Subject: got rid of commented lines --- recipeBuddy/src/app/app.module.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipeBuddy/src/app/app.module.ts b/recipeBuddy/src/app/app.module.ts index c2bdc68..a978053 100644 --- a/recipeBuddy/src/app/app.module.ts +++ b/recipeBuddy/src/app/app.module.ts @@ -6,7 +6,6 @@ import { MatDialogModule } from '@angular/material'; import { AppComponent } from './app.component'; import { CookPageComponent} from './cook-page/cook-page.component'; -//import { RecipePassService } from './recipePass/recipe-pass.service'; import { AppRoutingModule } from './app-routing.module'; @@ -46,6 +45,5 @@ import { EditRecipeComponent } from './edit-recipe/edit-recipe.component'; MatToolbarModule, ], bootstrap: [AppComponent], -// providers: [RecipePassService] }) export class AppModule { } -- cgit v1.1