diff options
Diffstat (limited to 'app/Libraries/Background.php')
| -rw-r--r-- | app/Libraries/Background.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/Libraries/Background.php b/app/Libraries/Background.php index 50efe9b..fbdaa1f 100644 --- a/app/Libraries/Background.php +++ b/app/Libraries/Background.php @@ -211,7 +211,7 @@ class Background { $update["title_pref"] = $enhancement->title->userPreferred; } - echo "Updating " . $anime->title_pref . " (" . $anime->mal_id . ")\n"; + #echo "Updating " . $anime->title_pref . " (" . $anime->mal_id . ")\n"; DB::table('anime') ->where('mal_id', $anime->mal_id) ->update( $update ); @@ -316,8 +316,6 @@ class Background { continue; } - echo "Going to update " . $animeInfo->getTitle() . " ( " . $anime->mal_id . ")\n"; - if ( is_null( $animeInfo->getPremiered() ) ) { $tmp_date = getSeasonFromDate( $animeInfo->getAired()->getFrom() ); @@ -335,9 +333,6 @@ class Background { 'season_year' => $season_year, ]); - echo "Updated " . $animeInfo->getTitle() . " to " . $season_name . " " . $season_year . ".\n"; - - sleep(5); } } |
