Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FC95FBD0 for ; Tue, 2 Apr 2013 15:44:57 +0000 (UTC) Received: (qmail 47745 invoked by uid 500); 2 Apr 2013 15:44:57 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 47402 invoked by uid 500); 2 Apr 2013 15:44:57 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 46917 invoked by uid 99); 2 Apr 2013 15:44:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 15:44:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5DE25836085; Tue, 2 Apr 2013 15:44:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lorinbeer@apache.org To: commits@cordova.apache.org Date: Tue, 02 Apr 2013 15:44:43 -0000 Message-Id: <02e619291d914e119a555b16780cf109@git.apache.org> In-Reply-To: <8c89346bc6fa444591aaf749a0e62755@git.apache.org> References: <8c89346bc6fa444591aaf749a0e62755@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/12] spec commit: [CB-2899] literally one line removed, debug statement in camera manual test page [CB-2899] literally one line removed, debug statement in camera manual test page Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/ae8d5ca6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/ae8d5ca6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/ae8d5ca6 Branch: refs/heads/2.6.x Commit: ae8d5ca62c78bb061a4bc90475611825ca755151 Parents: acd1b96 Author: lorinbeer Authored: Tue Apr 2 08:43:29 2013 -0700 Committer: lorinbeer Committed: Tue Apr 2 08:43:29 2013 -0700 ---------------------------------------------------------------------- camera/index.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/ae8d5ca6/camera/index.html ---------------------------------------------------------------------- diff --git a/camera/index.html b/camera/index.html index 09b08f3..8ea6ee8 100644 --- a/camera/index.html +++ b/camera/index.html @@ -309,7 +309,6 @@ } for (var k in values) { - console.log(name + " value = " + k); var opt = document.createElement('option'); opt.value = values[k]; opt.textContent = k;