Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
TT-52 feat: remove print
  • Loading branch information
Angeluz-07 committed Dec 11, 2020
commit 29bbfa7ca5b22e79b8c826e886c848213611e028
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class SidebarComponent implements OnInit {
this.featureManagerService
.isToggleEnabledForUser('ui-list-technologies')
.subscribe((enabled) => {
console.log('enabled?:', enabled);
if (enabled === true){
const listTechnologiesItem = {
route: '/technology-report',
Expand Down