feat: remove output from getLastBookings function
This commit is contained in:
parent
687f6e2ed7
commit
5528c2a83b
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ BEGIN
|
|||
LOOP
|
||||
ids.extend;
|
||||
ids(ids.count) := booking.BOOKINGID;
|
||||
DBMS_OUTPUT.PUT_LINE(booking.BOOKINGID);
|
||||
END LOOP;
|
||||
return ids;
|
||||
END;
|
||||
|
|
Loading…
Reference in a new issue