Skip to content

Commit 73507c1

Browse files
olsonjefferyKerra Olson
authored andcommitted
std: strip sillyness from debug comment in iotask teardown
1 parent a74296a commit 73507c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/uv_iotask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fn begin_teardown(data: *IoTaskLoopData) {
186186
}
187187
}
188188
extern fn tear_down_walk_cb(handle: *libc::c_void, arg: *libc::c_void) {
189-
log(debug, ~"IN TEARDOWN WALK CB BOYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE");
189+
log(debug, ~"IN TEARDOWN WALK CB");
190190
// pretty much, if we still have an active handle and it is *not*
191191
// the async handle that facilities global loop communication, we
192192
// want to barf out and fail

0 commit comments

Comments
 (0)