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
histhub
geolinker-widget
Commits
0d726d0d
Commit
0d726d0d
authored
Jan 31, 2019
by
Tobias Steiner
Browse files
Remove console.log
parent
5215280c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/view.ts
View file @
0d726d0d
...
...
@@ -38,7 +38,6 @@ export class View {
async
render
(
data
:
string
[])
{
const
viewData
=
{
data
:
[]};
viewData
.
data
=
this
.
mapProviders
(
data
);
console
.
log
(
viewData
);
if
(
this
.
options
.
templateUrl
!==
null
)
{
$
.
get
(
this
.
options
.
templateUrl
,
(
template
)
=>
{
const
rendered
=
Mustache
.
render
(
template
,
viewData
);
...
...
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