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

@ -527,8 +527,7 @@ function showDomainCreationAlert(justConnected) {
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()
"label": label
}
$.post("/api/domains", domainJSON, function(data){