Commit 2095fd42 authored by Dio Maulana's avatar Dio Maulana

hapus print

parent afd1bf15
......@@ -62,7 +62,6 @@ class _BodyWidgetState extends State<BodyWidget> {
String reimburseDate = getReimburseDate();
if (reimburseDate != '') {
List<String> split = reimburseDate.split(" - ");
print(split.length);
if (split.length > 1) {
startDate = split[0];
endDate = split[1];
......
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