[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 <[email protected]> Authored: Tue Apr 2 08:43:29 2013 -0700 Committer: lorinbeer <[email protected]> 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;
