From e9369293dc50c8df2e145d2cbdcc43947f4a6be5 Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Tue, 29 Mar 2016 16:28:30 -0700 Subject: [PATCH] rm console.log my bad --- features/support/shared_steps.js | 1 - 1 file changed, 1 deletion(-) diff --git a/features/support/shared_steps.js b/features/support/shared_steps.js index 6c99f6414..90ae95729 100644 --- a/features/support/shared_steps.js +++ b/features/support/shared_steps.js @@ -36,7 +36,6 @@ module.exports = function () { var json = JSON.parse(body); var hasRoute = json.code === 'ok'; - //console.log(json.routes[0].legs[0].steps); if (hasRoute) { instructions = this.wayList(json.routes[0]);