Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
802
Merge Requests
52
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
14e16dcc
Commit
14e16dcc
authored
18 minutes ago
by
Ben Hayward
Browse files
Options
Download
Removed
parent
7c4c2b24
fix/feat-flag-log-crash
1 merge request
!632
[Sprint/QuietQuail](fix): Commented out feature service check
Pipeline
#93861421
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/app/services/features.service.ts
View file @
14e16dcc
...
...
@@ -22,10 +22,6 @@ export class FeaturesService {
if
(
typeof
this
.
_features
[
feature
]
===
'
undefined
'
)
{
if
(
isDevMode
()
&&
!
this
.
_hasWarned
(
feature
))
{
console
.
warn
// `[FeaturedService] Feature '${feature}' is not declared. Assuming false.`
();
this
.
_warnedCache
[
feature
]
=
Date
.
now
();
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment