Skip to content

Commit 6f8fca0

Browse files
Add reminder to port to new logging API
1 parent 49af1fd commit 6f8fca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class AppGridExtension {
9696
}
9797

9898
_debugMessage(message) {
99+
//TODO: Port this to use the logging API when GNOME 47 is dropped
99100
if (this._loggingEnabled) {
100101
let date = new Date();
101102
let timestamp = date.toTimeString().split(' ')[0];

0 commit comments

Comments
 (0)