Bug 1045617 followup - remove dummy mach command DONTBUILD; r=me

This commit is contained in:
Nathan Froyd 2014-08-06 12:28:37 -04:00
parent 1c65e5cf5b
commit 0adba0b0cc

View File

@ -111,10 +111,6 @@ class SyncTestCommands(MachCommandBase):
print 'Removing profile directory %s' % profile_dir
rmtree(profile_dir)
@Command('doesthiswork', category='testing', description='Example command')
def doesthiswork(self):
print 'hi!'
@Command('storage-server', category='services',
description='Run a storage server.')
@SyncStorageCommand