Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
⚡ Build latest for release
Browse files Browse the repository at this point in the history
  • Loading branch information
thunsaker committed Jul 19, 2016
1 parent 22ea97b commit 74fca87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,7 @@ function attemptCheckin(id, name, broadcast) {
if(currentConfig.timeline === 1) {
var pin = createPin(checkin.id,venue.name,venue.location.address);
// console.log('Inserting pin now: ' + JSON.stringify(pin));
<<<<<<< HEAD
timeline.insertUserPin(pin, function(responseText) {
=======
timeline.insertUserPin(pin, function(responseText) {
>>>>>>> master
// console.log('User Pin Result: ' + responseText);
});
}
Expand Down

0 comments on commit 74fca87

Please sign in to comment.