Skip to content

Commit ce3a632

Browse files
committed
remove code comment not use
1 parent 7a7f591 commit ce3a632

File tree

1 file changed

+1
-3
lines changed
  • RevitPythonShell/DefaultConfig

1 file changed

+1
-3
lines changed

RevitPythonShell/DefaultConfig/init.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ def __init__(self, uiApplication):
5959
clr.AddReference(rlapp.GetType().Assembly)
6060
import RevitLookup
6161
self.RevitLookup = RevitLookup
62-
# See note in CollectorExt.cs in the RevitLookup source:
63-
#self.RevitLookup.Snoop.CollectorExts.CollectorExt.m_app = uiApplication
64-
#self.revit = uiApplication
62+
6563
def IsInstalled(self):
6664
if not self.RevitLookup:
6765
print('RevitLookup not installed. Visit https://github.com/jeremytammik/RevitLookup to install.')

0 commit comments

Comments
 (0)