Skip to content

Commit

Permalink
Remove outdated commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Mar 11, 2024
1 parent f871822 commit 257f0c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/app/js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ factory("Authentication",

if (typeof session === "string") {
self.session = JSON.parse(session);
//$location.path(self.session.homepage);
}

self.set_session = function(response) {
Expand Down

0 comments on commit 257f0c5

Please sign in to comment.