Skip to content

Commit

Permalink
remove logging entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello authored Feb 24, 2017
1 parent e8ccee0 commit 23bf48e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/scannercontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ private function writeAlbumToDB($sAlbum,$sYear,$iArtistId){

private function writeGenreToDB($sGenre){
$sGenre = $this->truncate($sGenre, '256');
\OCP\Util::writeLog('audioplayer', 'Genre: '.$sGenre, \OCP\Util::DEBUG);
if ($this->db->insertIfNotExist('*PREFIX*audioplayer_genre', ['user_id' => $this->userId, 'name' => $sGenre])) {
$insertid = $this->db->getInsertId('*PREFIX*audioplayer_genre');
return $insertid;
Expand Down

0 comments on commit 23bf48e

Please sign in to comment.