Skip to content

Commit

Permalink
consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Jul 29, 2024
1 parent 579dd2b commit 5be039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/classes/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export var App = function(name, version) {

this.setGistCredentials = function(gist, e) {
const { token, file } = gist;
self.log("SET CREDENTIALS", {token, file})
// self.log("SET CREDENTIALS", {token, file})
data.storage.setCredentials(token, file);
};

Expand Down

0 comments on commit 5be039d

Please sign in to comment.