Skip to content

Commit 10c2fe5

Browse files
committed
removed some old debuggin code
1 parent 28efb83 commit 10c2fe5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ class Activity {
15091509
activity.save.saveLilypond.bind(activity.save),
15101510
activity.save.afterSaveLilypond.bind(activity.save),
15111511
activity.save.afterSaveLilypondLY.bind(activity.save),
1512-
activity.save.afterSaveLilypondPDF.bind(activity.bind),
1512+
activity.save.afterSaveLilypondPDF.bind(activity.save),
15131513
activity.save.saveAbc.bind(activity.save),
15141514
activity.save.saveMxml.bind(activity.save),
15151515
activity.save.saveBlockArtwork.bind(activity.save)

planet/js/Converter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class Converter {
3131
// Conversion Functions
3232

3333
ly2pdf(data, callback) {
34-
const encodedData = window.btoa(encodeURIComponent(data));
3534
this.ServerInterface.convertFile("ly", "pdf", window.btoa(encodeURIComponent(data)), function(result) {
3635
this.afterly2pdf(result,callback);
3736
}.bind(this));

0 commit comments

Comments
 (0)