Skip to content

Commit 0ca5147

Browse files
committed
Remove initialize_scm
1 parent b490da3 commit 0ca5147

File tree

1 file changed

+1
-1
lines changed
  • WebKit/Tools/Scripts/webkitpy/style

1 file changed

+1
-1
lines changed

WebKit/Tools/Scripts/webkitpy/style/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def main(self):
128128
args = sys.argv[1:]
129129

130130
host = Host()
131-
host.initialize_scm()
131+
#host.initialize_scm()
132132

133133
stderr = self._engage_awesome_stderr_hacks()
134134

0 commit comments

Comments
 (0)