jhudsl / ottrpal

Tools for converting OTTR courses into Leanpub or Coursera courses :otter:
https://jhudatascience.org/ottrpal/
GNU General Public License v3.0
3 stars 1 forks source link

`include_slide()`: Do we need `get_gs_pptx()` #121

Closed howardbaek closed 9 months ago

howardbaek commented 9 months ago

In this line, we are downloading the Google Slides as PPT, but aren't capturing this output in a variable. Also, we are downloading the individual Google slide with gs_png_download(). Do we need this line?

UPDATE: I ran include_slide() without get_gs_pptx() and didn't notice a difference.

howardbaek commented 9 months ago

Removed get_gs_pptx() because it was unnecessary.