remove the ppp queue from the interface

This commit is contained in:
Josh Kalderimis 2013-02-16 01:01:56 -08:00
parent 5255cfe744
commit f3d47ff24f

View File

@ -54,7 +54,6 @@ Storage = Em.Object.extend
QUEUES: [
{ name: 'common', display: 'Common' }
{ name: 'php', display: 'PHP, Perl and Python' }
{ name: 'linux', display: 'Linux' }
{ name: 'mac_osx', display: 'Mac and OSX' }
]