cforster / theme-park-project

An assignment about theme park queues
0 stars 11 forks source link

When the entire program is first run "resize resize resize" is printed in the iterm window. Why does this happen? #9

Closed Alialialia closed 10 years ago

cforster commented 10 years ago

resize is being printed in the Queue class, it is an internal message that lets you know that the queue needed to be resized from the original size. maybe it should print to standard error instead of to standard out.