Skip to content

Commit 38ca44f

Browse files
KAMI911claude
andcommitted
cinnamonDBus: remove leftover debug comment in GetInputSources
Remove a stray '// global.log(source.preferences);' debug line that was accidentally left in GetInputSources(). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 52825ea commit 38ca44f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/ui/cinnamonDBus.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ var CinnamonDBus = class {
560560

561561
for (let idx in sources) {
562562
const source = sources[idx];
563-
// global.log(source.preferences);
564563
ret.push([
565564
source.type,
566565
source.id,

0 commit comments

Comments
 (0)