Skip to content

Commit 8675638

Browse files
committed
remove console.log call
1 parent a850d13 commit 8675638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/org/osflash/signals/SlotTest.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ describe("SlotTest", () => {
172172
it("toString_should_return_string", () => {
173173
slot = new Slot(listener0, signal);
174174
assert.isString(slot.toString());
175-
console.log(slot.toString());
176175
});
177176

178177
function listener0(): void {

0 commit comments

Comments
 (0)