Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed debuging
  • Loading branch information
naveed-ahmad committed Jan 10, 2017
commit e07c5b9deb8b26c8f1c8fc39d5a9704c0e6a8eb5
3 changes: 0 additions & 3 deletions src/components/Word/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ export default class Line extends React.Component {
render() {
const { tooltip, word, currentAyah, isPlaying } = this.props;

console.info(currentAyah);
console.info("playing "+isPlaying);

let id = null;
const position = word.position - 1;
const highlight = currentAyah == word.ayahKey && isPlaying ? 'highlight' : '';
Expand Down