diff --git a/examples/toys/bubblewand/createWand.js b/examples/toys/bubblewand/createWand.js index 9ca018ea16..76681a50d7 100644 --- a/examples/toys/bubblewand/createWand.js +++ b/examples/toys/bubblewand/createWand.js @@ -9,8 +9,6 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -var IN_TOYBOX = false; - Script.include("../../utilities.js"); Script.include("../../libraries/utils.js");