Remove dead code from ds settings

This commit is contained in:
Ryan Huffman 2017-11-10 15:35:05 -08:00
parent 2307cde599
commit ecc76ab321

View file

@ -528,7 +528,6 @@ function createNewDomainID(label, justConnected) {
// get the JSON object ready that we'll use to create a new domain
var domainJSON = {
"label": label
//"access_token": $(Settings.ACCESS_TOKEN_SELECTOR).val()
}
$.post("/api/domains", domainJSON, function(data){