aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/source.js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-11-04 21:19:02 +1100
committerSam Potts <me@sampotts.me>2017-11-04 21:19:02 +1100
commitd920de2a25b1f9b3981671bbe9099af61e74410f (patch)
treebe561c96ddf345fcfdbdfe328b9c830d7914efbc /src/js/source.js
parent069c8093aefec9f23f3ff38de6041f8f90edf022 (diff)
downloadplyr-d920de2a25b1f9b3981671bbe9099af61e74410f.tar.lz
plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.tar.xz
plyr-d920de2a25b1f9b3981671bbe9099af61e74410f.zip
Small tweaks
Diffstat (limited to 'src/js/source.js')
-rw-r--r--src/js/source.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/js/source.js b/src/js/source.js
index d2d5f61a..d0881675 100644
--- a/src/js/source.js
+++ b/src/js/source.js
@@ -16,8 +16,6 @@ const source = {
src: attributes,
});
} else if (utils.is.array(attributes)) {
- this.warn(attributes);
-
attributes.forEach(attribute => {
utils.insertElement(type, this.media, attribute);
});