diff --git a/js/client-battle.js b/js/client-battle.js index d3ff17fad..84878860a 100644 --- a/js/client-battle.js +++ b/js/client-battle.js @@ -357,9 +357,6 @@ controls += movebuttons; } controls += '
'; - if (hasDisabled) { - // controls += '(grayed out moves have been disabled by Disable, Encore, or something like that)'; - } controls += '
'; if (trapped) { controls += 'You are trapped and cannot switch!';