1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

Its a good idea to remove testing elements before merging

This commit is contained in:
Mark McDowall 2015-05-05 12:35:26 -07:00
parent a184021621
commit 84128482f4

View File

@ -93,10 +93,6 @@ module.exports = Marionette.Layout.extend({
this.downloadId = options.downloadId;
this.title = options.title;
//TODO: remove (just for testing)
this.folder = 'C:\\Test';
// this.folder = 'E:\\X-Server';
this.templateHelpers = {
title : this.title || this.folder
};