Skip to content

Commit

Permalink
removed debugging y2internal
Browse files Browse the repository at this point in the history
svn path=/trunk/runlevel/; revision=66437
  • Loading branch information
jsrain committed Oct 14, 2011
1 parent 33652c0 commit 57cef0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,6 @@ Select runlevels in which to run the currently selected service.<ul>
{
if (ret == `restart) {
list ret = startStopService (current_service, "restart");
y2internal ("Ret: %1", ret);
Popup::LongText ("", `RichText(ret[1]:""), 70, 5);
} else {
StartStopServiceDep (current_service, ret == `start);
Expand Down

0 comments on commit 57cef0b

Please sign in to comment.