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

@ -12,7 +12,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
(function() { // BEGIN LOCAL_SCOPE
(function () { // BEGIN LOCAL_SCOPE
var request = Script.require('request').request;
@ -126,10 +126,6 @@
[].map.call(arguments, JSON.stringify)));
}
function debugPrint() {
print( [].slice.call(arguments).join(' ') );
}
function cleanId(guidWithCurlyBraces) {
return guidWithCurlyBraces.slice(1, -1);
}