Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
41789495
Commit
41789495
authored
Feb 12, 2022
by
Giovana Santana
✍🏾
Committed by
Christoph Cullmann
Mar 11, 2022
Browse files
removing debug output
parent
a9578d95
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectplugin.cpp
View file @
41789495
...
...
@@ -582,7 +582,6 @@ void KateProjectPlugin::readSessionConfig(const KConfigGroup &config)
const
QStringList
projectList
=
config
.
readEntry
(
"projects"
,
QStringList
());
for
(
const
QString
project
:
projectList
)
{
std
::
cout
<<
project
.
toStdString
()
<<
std
::
endl
;
KateProject
*
pProject
=
createProjectForDirectory
(
QDir
(
project
));
if
(
pProject
!=
nullptr
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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