1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

removed console.log

This commit is contained in:
Adolfo Gómez 2014-07-28 12:31:38 +00:00
parent 04135b14c9
commit cf5e25796d

View File

@ -1033,7 +1033,6 @@ GuacUI.Client.connect = function() {
window.location = window.query.exit; window.location = window.query.exit;
}; };
console.log(connect_string);
// Connect // Connect
guac.connect(connect_string); guac.connect(connect_string);