Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Y
yoast_seo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
yoast_seo
Commits
5557f88e
Unverified
Commit
5557f88e
authored
Oct 06, 2020
by
szato
Committed by
Kingdutch
Oct 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3052196
by szato, laurelstreng, manuel.adan, MaxPah: Remove console.log
parent
ce0e9908
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
js/yoast_seo.js
js/yoast_seo.js
+1
-3
No files found.
js/yoast_seo.js
View file @
5557f88e
...
...
@@ -308,11 +308,9 @@
// Get the label thresholds from high to low.
var
thresholds
=
Object
.
keys
(
this
.
config
.
score_rules
).
sort
().
reverse
();
console
.
log
(
thresholds
);
for
(
var
i
in
thresholds
)
{
var
minimum
=
thresholds
[
i
];
console
.
log
(
score
,
minimum
);
if
(
score
>=
minimum
)
{
return
this
.
config
.
score_rules
[
minimum
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment