From 8afb1e7e197251bed01cff31d55ed45003959bd7 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 7 Jul 2015 11:02:00 -0700 Subject: [PATCH] remove buggy devtools challenge --- seed_data/challenges/basic-javascript.json | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/seed_data/challenges/basic-javascript.json b/seed_data/challenges/basic-javascript.json index 4ab91aa847..8e40b4bc0a 100644 --- a/seed_data/challenges/basic-javascript.json +++ b/seed_data/challenges/basic-javascript.json @@ -188,37 +188,6 @@ "namePt": "", "descriptionPt": [] }, - { - "_id": "bd7118d8c441eddfaeb5bdef", - "name": "Waypoint: Discover Chrome DevTools", - "difficulty": 0.32, - "challengeSeed": "110752743", - "description": [ - "It's time to learn the most powerful tool your browser has - the Development Tools!", - "If you aren't already using Chrome, you'll want to download it here: http://www.google.com/chrome/. While it's true that Firefox has a tool called Firebug that is very similar to Chrome's DevTools, we will use Chrome for this challenge.", - "Note that this course, jointly produced by Google and Code School, is technologically impressive, but occasionally buggy. If you encounter a bug, just ignore it and keep going.", - "Go to http://discover-devtools.codeschool.com.", - "Complete \"Chapter 1: Getting Started & Basic DOM and Styles\".", - "Complete \"Chapter 2: Advanced DOM and Styles\".", - "Complete \"Chapter 3: Working with the Console\".", - "Complete \"Chapter 4: Debugging JavaScript\".", - "Complete \"Chapter 5: Improving Network Performance\".", - "Complete \"Chapter 6: Improving Performance\".", - "Complete \"Chapter 7: Memory Profiling\"." - ], - "challengeType": 2, - "tests": [], - "nameCn": "", - "descriptionCn": [], - "nameFr": "", - "descriptionFr": [], - "nameRu": "", - "descriptionRu": [], - "nameEs": "", - "descriptionEs": [], - "namePt": "", - "descriptionPt": [] - }, { "_id": "bd7138d8c441eddfaeb5bdef", "name": "Waypoint: Learn Regular Expressions",