/loggerouter/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerouter/trunk

« back to all changes in this revision

Viewing changes to src/actionbutton.vala

  • Committer: Gustav Hartvigsson
  • Date: 2025-10-22 22:09:35 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20251022220935-ag7lyi9wrw8v4zwz
Removed debug prints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    if (this._timeout_time < 0) {
84
84
      this._timeout_time = LO.Settings.DEFAULT_TIMEOUT;
85
85
    }
86
 
    stdout.printf ("TIMEOUT: %" + int64.FORMAT + "\n", (int64) this._timeout_time);
87
 
    //stdout.printf (@"TIMEOUT: $(this._timeout_time)\n");
88
86
 
89
87
    if (action.text != null) {
90
88
      _button_text = action.text;