Commit bf722749 by Félicie

console removed

parent f4feb651
Pipeline #1843 passed with stage
in 1 minute 26 seconds
......@@ -10,7 +10,6 @@ var calendar = null,
* @returns boolean
*/
function can_exchange_shifts() {
console.log(partner_data)
return partner_data.makeups_to_do == 0 && (partner_data.is_associated_people === "False" || (partner_data.is_associated_people === "True" && block_actions_for_attached_people === "False"));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment