requested tweaks to makeUserConnection.js

This commit is contained in:
CFresquet 2017-05-03 10:28:44 -07:00
parent 28b166c51f
commit afa72210e0

View file

@ -126,10 +126,6 @@
[].map.call(arguments, JSON.stringify)));
}
function debugPrint() {
print( [].slice.call(arguments).join(' ') );
}
function cleanId(guidWithCurlyBraces) {
return guidWithCurlyBraces.slice(1, -1);
}