Skip to content

Commit 2fb1e02

Browse files
author
Brandon Duffany
committed
Remove outdated comment
1 parent 961a5b6 commit 2fb1e02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codebender_testing/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ def delete_project(self, project_name):
133133
def compile_sketch(self, url, iframe=False):
134134
"""Compiles the sketch located at `url`, or an iframe within the page
135135
referred to by `url`. Raises an exception if it does not compile.
136-
Note: this was written for the live site, and probably does not work
137-
with the bachelor version due to CSS / JS changes.
138136
"""
139137
self.open(url)
140138
if iframe:

0 commit comments

Comments
 (0)