Updated Branches: refs/heads/master b2614397e -> 048f4f5d2
[CB-2899] removed debug statement causing a bunch of ugly printouts onload of 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/048f4f5d Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/048f4f5d Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/048f4f5d Branch: refs/heads/master Commit: 048f4f5d2c4448613330318c8136c8bf6351a2c5 Parents: b261439 Author: lorinbeer <[email protected]> Authored: Tue Apr 2 08:48:35 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Tue Apr 2 08:48:35 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/048f4f5d/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;
