diff --git a/static/debug.js b/static/debug.js index cf525ea..121b8d5 100644 --- a/static/debug.js +++ b/static/debug.js @@ -216,16 +216,10 @@ var subscribe = function() { }; if (elements['readID'].value != '(all)') { var value = elements['readID'].value; - if (value == 'me') { - value = cosmo.currentProfile(); - } subject['readable_only_by'] = value; } if (elements['writeID'].value != '(all)') { var value = elements['writeID'].value; - if (value == 'me') { - value = cosmo.currentProfile(); - } subject['writable_only_by'] = value; } cosmo.subscribe(subject, -1).then(function() {