8beab433 by Jeremy Groot

cleaned commands

1 parent b1a485bd
......@@ -215,12 +215,6 @@ class SYNC_FILES {
}
/**
* Registers our command when cli get's initialized.
*
* @since 1.0.0
* @author Scott Anderson
*/
function sync_files_cli_register_commands() {
WP_CLI::add_command( 'tz', 'SYNC_FILES' );
}
......