Remove debugger statement.

This commit is contained in:
Jürg Lehni 2014-08-25 12:24:30 +02:00
parent c03e9961d2
commit 93dfd2a15a

View file

@ -447,7 +447,6 @@ Base.exports.PaperScript = (function() {
/*#*/ if (__options.environment == 'browser') {
function loadScript(script) {
debugger;
// Only load this script if it not loaded already.
// Support both text/paperscript and text/x-paperscript:
if (/^text\/(?:x-|)paperscript$/.test(script.type)