Code Review
/
apps
/
html5-mixer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a6843b7
)
DOC Add code comment
author
Humberto Alfonso Díaz
<humberto.alfonso@asvito.es>
Thu, 20 Jun 2019 11:08:08 +0000
(13:08 +0200)
committer
Lorenzo Tilve
<ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000
(09:42 +0100)
src/index.js
patch
|
blob
|
history
diff --git
a/src/index.js
b/src/index.js
index
1d569d6
..
7ffa614
100644
(file)
--- a/
src/index.js
+++ b/
src/index.js
@@
-1,9
+1,7
@@
+/* JS */
import '@iconfu/svg-inject';
import './js/AFB.js';
import './js/app.js';
-console.log('Arrancada la aplicación compilando CSS y SaSS');
-
-
/* CSS */
import './styles/app.scss';