mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
requested tweaks to makeUserConnection.js
This commit is contained in:
parent
28b166c51f
commit
afa72210e0
1 changed files with 1 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue