Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshal committed Jul 29, 2016
1 parent 9f13a27 commit d974111
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions toast.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ func invokeTemporaryScript(content string) (error) {
if err != nil {
return err
}
log.Println(file)
log.Println(content)
if err = exec.Command("PowerShell", "-File", file).Run(); err != nil {
return err
}
Expand Down

0 comments on commit d974111

Please sign in to comment.