Skip to content

Commit 0d807d4

Browse files
author
konstantina
committed
Removed unnecessary console.log used for debugging purpose.
1 parent 67215ee commit 0d807d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/libraries/test_libraries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
librariesMap[libraryName].push(href);
2424
}});
2525
}});
26-
console.log(librariesMap);
2726
return librariesMap;
2827
"""
2928
class TestLibraryExamples(SeleniumTestCase):

0 commit comments

Comments
 (0)