aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-05-18 20:44:13 +0200
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-05-18 20:44:13 +0200
commitb3a47535532ca7af3943196c7c78f9dd6025a5b0 (patch)
tree16e8b8a398bf91d0f0bb722145108aed6ec1a0a4 /backend
parent16e0329660de4d4be9e6ccde0518b84551ecf233 (diff)
Predictor fix
Diffstat (limited to 'backend')
-rw-r--r--backend/api/api/Models/Predictor.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/api/api/Models/Predictor.cs b/backend/api/api/Models/Predictor.cs
index 4534bd8d..530257b2 100644
--- a/backend/api/api/Models/Predictor.cs
+++ b/backend/api/api/Models/Predictor.cs
@@ -10,8 +10,6 @@ namespace api.Models
[BsonRepresentation(BsonType.ObjectId)]//mongo data type to .net
public string _id { get; set; }
public string uploaderId { get; set; }
- //public string name { get; set; }
- //public string description { get; set; }
public string[] inputs { get; set; }
public string output { get; set; }
public bool isPublic { get; set; }