Skip to content

Commit e1d6598

Browse files
committed
Removed debug code and bumped version
1 parent 21194ef commit e1d6598

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/src/modules/sm/Generate/templates/generate.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ <h2 class="panel-title">Times You Don't Want Classes</h2>
208208
<div class="panel-body">
209209
<div class="row form-inline">
210210
<div class="col-xs-12">
211-
<pre>{{state.drawOptions}}</pre>
212211
<div class="form-group">&nbsp;Display <strong>{{state.schedules.length}}</strong> schedules from&nbsp;</div>
213212
<div class="form-group inline-sm">
214213
<select id="options-startTime" ng-change="ensureCorrectEndTime()" class="form-control" ng-model="state.drawOptions.startTime" ng-options="key as ui.optionLists.times.values[key] for key in ui.optionLists.times.keys"></select>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "schedulemaker",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"private": true,
55
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
66
"main": "index.php",

0 commit comments

Comments
 (0)