Skip to content

Commit 056ebda

Browse files
PeterW-LWLfsbraun
andauthored
chore: remove console.log statements from codebase (#1568)
* chore: remove `console.log` statements from codebase This was unintentional added in #1566 * Change django-polymorphic dependency version constraint --------- Co-authored-by: Fabian Braun <[email protected]>
1 parent c5b8504 commit 056ebda

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

filer/static/filer/js/addons/focal-point.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ window.Cl = window.Cl || {};
2424
_init(container) {
2525
const focalPointInstance = new FocalPointConstructor(container, this.options);
2626
this.focalPointInstances.push(focalPointInstance);
27-
console.log(this.options);
2827
}
2928

3029
initialize() {

filer/static/filer/js/dist/admin-file-widget.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

filer/static/filer/js/dist/filer-base.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = {text = "BSD-3-Clause"}
1717
requires-python = ">=3.8"
1818
dependencies = [
1919
"django>=3.2",
20-
"django-polymorphic!=4.9.0",
20+
"django-polymorphic<4.9.0",
2121
"easy-thumbnails[svg]",
2222

2323
# Pin svglib to a version below 1.6.0.

0 commit comments

Comments
 (0)