diff --git a/src/module/pluginbar.jsx b/src/module/pluginbar.jsx index 7d4bc84c..edc6e96e 100644 --- a/src/module/pluginbar.jsx +++ b/src/module/pluginbar.jsx @@ -14,9 +14,6 @@ export default class Pluginbar extends React.Component { getCategory() { Object.values( storage.plugins ).forEach( ( item, idx ) => { - // test code - idx == 0 && ( item.category = "é€šį”¨" ); - idx == 1 && ( item.category = "įžŽåŒ–" ); if ( this.category[item.category] ) { this.category[item.category].push( item );