Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
28be2baf
Commit
28be2baf
authored
Aug 24, 2005
by
Brad King
💬
Browse files
BUG: Removed bogus debugging line.
parent
11596290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrapping/Python/vtkPythonAppInit.cxx
View file @
28be2baf
...
...
@@ -288,7 +288,6 @@ static void vtkPythonAppInitPrependPath(const char* self_dir)
strcat
(
system_path
,
";"
);
strcat
(
system_path
,
oldpath
);
}
cout
<<
system_path
<<
endl
;
putenv
(
system_path
);
#endif
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment