Remove unnecessary set of parent.

This commit is contained in:
Michael Jumper
2013-08-14 18:16:50 -07:00
parent 4fc8daa916
commit 62df60e210

View File

@@ -896,9 +896,6 @@ GuacAdmin.ConnectionEditor = function(connection, parameters) {
updated_connection.parameters[name] = field.getValue();
}
// Populate location
updated_connection.parent = location_value;
// Update connection if it exists
if (connection.id) {
GuacamoleService.Connections.update(updated_connection, parameters);