Skip to content

Commit

Permalink
auto room booking: turn debug mode off for default (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoneta1 authored Oct 7, 2022
1 parent 7e68cc9 commit a8de9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Automatic Room Booking/bookRoomWhenInUse.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import xapi from 'xapi';
/////////////////////////////////////////////////////////////
const willPromptUser = false;
const bookOnPresence = true;
const debug_mode = true;
const debug_mode = false;
/////////////////////////////////////////////////////////////

var booked = true;
Expand Down

0 comments on commit a8de9db

Please sign in to comment.