Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
logilab-views
Commits
6d63281c00fa
Commit
071f50f5
authored
Mar 23, 2020
by
Élodie Thiéblin
Browse files
[dc] Remove console log
parent
fd0e4fc1b6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dublincore/dublincore.tsx
View file @
6d63281c
...
...
@@ -88,7 +88,6 @@ class DCElementRendering implements implementation.ViewImplementation {
target
:
application
.
Resource
):
implementation
.
ViewRendering
{
let
dcelement
=
loadDublinCoreElement
(
renderer
,
context
,
target
);
console
.
log
(
dcelement
);
let
result
=
document
.
createElement
(
"
div
"
);
ReactDOM
.
render
(
<
DublinCoreElementComponent
dcelement
=
{
dcelement
}
/>,
...
...
Write
Preview
Supports
Markdown
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