Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Commit

Permalink
Removed debug code and renamed status message for waiting on sub system
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Stone committed Feb 18, 2014
1 parent 1327646 commit 5e9212c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/public_html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ function stateStartMonitor() {
waitTime();

}

alert(writeInfoArray[0]+" "+writeInfoArray[1]+" "+writeInfoArray[2]+" "+writeInfoArray[3]+" "+writeInfoArray[4]);

}

Expand Down Expand Up @@ -331,7 +329,7 @@ function initialStart() {
<h5>Progress</h5>
<div id="progress_bar">0%</div><div id="unprogress_bar"></div>
<p id="StatusMessage" align="center">
Preparing for image writing...
Connecting to image write sub-system...
</p>
</div>
</div>
Expand Down

0 comments on commit 5e9212c

Please sign in to comment.