Skip to content

Commit 61c6500

Browse files
committed
style: rm IC and IS
1 parent dea6bd9 commit 61c6500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plexams/pdfDraftFS.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ func (p *Plexams) draftFS(ctx context.Context) pdf.Maroto {
8686
p.tableForProgram(ctx, "DA", "Master Data Analytics (DA)", m)
8787
p.tableForProgram(ctx, "DC", "Bachelor Data Science & Scientific Computing (DC)", m)
8888
p.tableForProgram(ctx, "IB", "Bachelor Wirtschaftsinformatik (IB)", m)
89-
p.tableForProgram(ctx, "IC", "Bachelor Scientific Computing (IC)", m)
89+
// p.tableForProgram(ctx, "IC", "Bachelor Scientific Computing (IC)", m)
9090
p.tableForProgram(ctx, "IF", "Bachelor Informatik (IF)", m)
9191
p.tableForProgram(ctx, "IG", "Master Informatik (IG)", m)
9292
p.tableForProgram(ctx, "IN", "Master Wirtschaftsinformatik (IN)", m)
93-
p.tableForProgram(ctx, "IS", "Master Stochastic Engineering in Business and Finance (IS)", m)
93+
// p.tableForProgram(ctx, "IS", "Master Stochastic Engineering in Business and Finance (IS)", m)
9494
p.tableForProgram(ctx, "IT", "Master IT-Sicherheit (IT)", m)
9595
p.tableForProgram(ctx, "WD", "Bachelor Wirtschaftsinformatik - Digitales Management (WD)", m)
9696
p.tableForProgram(ctx, "WT", "Bachelor Wirtschaftsinformatik - Informationstechnologie (WT)", m)

0 commit comments

Comments
 (0)