Skip to content

Commit

Permalink
Remove some mongo-specific one-time use things
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed Jan 6, 2025
1 parent e25f7eb commit a274094
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 229 deletions.
40 changes: 0 additions & 40 deletions lib/keio_updater.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/phctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ def replace(infile)
def deprecate(*infile)
run_job(Jobs::SharedPrintOps::Deprecate, options[:verbose], [*infile])
end

desc "phase3load INFILE", "Load Phase 3 commitments, if valid, from file"
def phase3load(infile)
run_common_job(SharedPrint::Phase3Validator, options, infile)
end
end

class Report < JobCommand
Expand Down
52 changes: 0 additions & 52 deletions lib/shared_print/phase_updater.rb

This file was deleted.

90 changes: 0 additions & 90 deletions spec/keio_updater_spec.rb

This file was deleted.

42 changes: 0 additions & 42 deletions spec/shared_print/phase_updater_spec.rb

This file was deleted.

0 comments on commit a274094

Please sign in to comment.