remove development

This commit is contained in:
kroko 2024-06-06 11:20:55 +02:00
parent 0ba1110eb1
commit 9d89b1351c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class Settings
result.labor = Labor.GetLaborByName(labor_id); result.labor = Labor.GetLaborByName(labor_id);
/** REMOVE FOR PRODUCTIVE **/ /** REMOVE FOR PRODUCTIVE **/
result.labor.host = Servers.DEVELOPMENT; //result.labor.host = Servers.DEVELOPMENT;
} }
} }
} }