summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschencej <schencej@clarkson.edu>2019-12-11 18:17:27 -0500
committerschencej <schencej@clarkson.edu>2019-12-11 18:17:27 -0500
commit2685a5d6838cf5572998d57eb391f86f4f797199 (patch)
tree8673533f0560a17aec59682ab45e225c0efdc56a
parent23592cae5cdfe61f742151204a98334fa693569f (diff)
got rid of commented lines
-rw-r--r--recipeBuddy/src/app/app.module.ts2
1 files changed, 0 insertions, 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 { }