Don't delete board on script close

This commit is contained in:
ericrius1 2015-10-14 11:43:05 -07:00
parent 6cd9bf407f
commit 22615dae07

View file

@ -146,4 +146,5 @@ function cleanup() {
}
// Uncomment this line to delete whiteboard and all associated entity on script close
// Script.scriptEnding.connect(cleanup);