Skip to content

Commit

Permalink
Remove unused print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyan committed May 22, 2014
1 parent 20fdef9 commit 6f242bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ class iWriteItApp(App):
def build(self):
music = "sounds/music.%s" % ('wav' if platform == 'macosx' else 'ogg')
self.music = SoundLoader.load(music)
print self.music
self.play_music()
self.root = RootWidget(app=self)
self.speak("Welcome to I Write It")
Expand Down

0 comments on commit 6f242bd

Please sign in to comment.