Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wssgcg1213 committed Feb 12, 2019
1 parent 8e189b6 commit 7d13dc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/atag/src/components/video/video.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ import pauseImage from './images/pause.png';
import playImage from './images/play.png';
import fullscreenImage from './images/fullscreen.png';

console.log({
pauseImage,
playImage,
fullscreenImage,
});

export default class VideoElement extends PolymerElement {
static get is() {
return 'a-video';
Expand Down

0 comments on commit 7d13dc8

Please sign in to comment.