From fd4ffa0fa2c444cd4deeabccd9a34f75b6f78085 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 17 Feb 2013 17:45:36 -0800 Subject: [PATCH] Removed old comments --- .../_backboneApp/AddSeries/Existing/ImportSeriesView.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/NzbDrone.Web/_backboneApp/AddSeries/Existing/ImportSeriesView.js b/NzbDrone.Web/_backboneApp/AddSeries/Existing/ImportSeriesView.js index 724ec00fd..a553ec432 100644 --- a/NzbDrone.Web/_backboneApp/AddSeries/Existing/ImportSeriesView.js +++ b/NzbDrone.Web/_backboneApp/AddSeries/Existing/ImportSeriesView.js @@ -18,9 +18,6 @@ define([ var seriesId = this.model.get('id'); var title = this.model.get('seriesName'); var quality = this.options.qualityProfile.val(); - - //Todo: WTF - Why are we changing the series path if the path already exists on disk? - //Todo: This wiil create an invalid path on linux... var path = this.options.folder.path; var model = new NzbDrone.Series.SeriesModel({