Skip to content

Commit

Permalink
Removes console.log()
Browse files Browse the repository at this point in the history
- Removes unneeded console.log() message used in browser testing.
- Updates precompiled assets.
  • Loading branch information
anselmbradford committed Sep 3, 2014
1 parent 98295de commit 2a7be13
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function (geo, alert) {
// If geolocation is supported, show geolocate button.
if (navigator.geolocation) {
_locateTarget = document.getElementById(target);
console.log(_locateTarget);
_locateTarget.classList.remove('hide');
_locateTargetTextContainer = _locateTarget.querySelector('span');
_locateAction = locateAction;
Expand Down
6 changes: 3 additions & 3 deletions public/assets/rjs_manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
routes/home/index.js: routes/home/index-289571d37f919998cb6312d415071564.js
routes/home/index.js: routes/home/index-5910008e4e41ae7dfc6ebc6b1ea8afd9.js
routes/about/index.js: routes/about/index-951a326ee5f8f4b32ebf0e31bdd830ee.js
routes/locations/index.js: routes/locations/index-df6dd334b544dd81aa5f6f0687b7160b.js
routes/locations/show.js: routes/locations/show-e99d62de93236e62d07b9c7836aebe85.js
routes/locations/index.js: routes/locations/index-caae1b088783c417e425ec3240db8a36.js
routes/locations/show.js: routes/locations/show-6f7e22e8ccd9ef2248939e2f82100699.js
Binary file not shown.
Binary file modified public/assets/routes/about/index.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/routes/home/index.js

Large diffs are not rendered by default.

Binary file modified public/assets/routes/home/index.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/routes/locations/index.js

Large diffs are not rendered by default.

Binary file modified public/assets/routes/locations/index.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion public/assets/routes/locations/show.js

Large diffs are not rendered by default.

Binary file modified public/assets/routes/locations/show.js.gz
Binary file not shown.

0 comments on commit 2a7be13

Please sign in to comment.