From 0009173028a6ee0a61bb4a057889dc327270a1a3 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 24 Jan 2013 16:55:36 -0500 Subject: [PATCH] Bleh --- js/id/ui/inspector.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index 274e34069..67cc88d8e 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -240,7 +240,6 @@ iD.ui.inspector = function() { function focusNewKey() { tagList.selectAll('li:last-child input.key').node().focus(); - console.log(tagList.selectAll('li:last-child input.key')); } function addTag() {