Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Remove console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
thevoiceofzeke committed Oct 6, 2016
1 parent 313e381 commit 2f1f49b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uw-frame-components/portal/features/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ define(['angular','require'], function(angular, require) {
if (!$rootScope.GuestMode) {
portalFeaturesService.getUnseenPopups().then(function(unseenPopups) {
if (unseenPopups.length !=0 && !$rootScope.GuestMode) {
console.log(unseenPopups);
var orderedPopups = $filter('orderBy')(unseenPopups, ['popup.startYear', 'popup.startMonth', 'popup.startDay', 'id']);
console.log(orderedPopups);
$scope.latestFeature = orderedPopups[0];

var displayPopup = function() {
Expand Down

0 comments on commit 2f1f49b

Please sign in to comment.