From e245b4d813f1c87058929485146a2765589a3e47 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Mon, 20 Apr 2015 19:11:19 -0700 Subject: [PATCH] remove mongo course for now --- seed_data/coursewares.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index 08285288f8..7571780697 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -587,19 +587,6 @@ "challengeType": 2, "tests": [] }, - { - "_id": "bd7153d8c441eddfaeb5bd2f", - "name": "Manage Data with MongoDB", - "difficulty": 0.42, - "challengeSeed": "114685061", - "description": [ - "MongoDB is a popular NoSQL (Not Only SQL) database used by many JavaScript apps.", - "Go to http://try.mongodb.org/ and work through their interactive MongoDB tutorial." - ], - "challengeType": 2, - "tests": [] - }, - { "_id": "bd7140d8c441eddfaeb5bdef", "name": "Manage Source Code with Git",