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
Tobias Hunger
qt-creator
Commits
de2868d1
Commit
de2868d1
authored
Dec 09, 2010
by
Tobias Hunger
Browse files
Git: Stop debug message
parent
d74f90b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/git/gitclient.cpp
View file @
de2868d1
...
...
@@ -541,10 +541,6 @@ void GitClient::diff(const QString &workingDirectory,
const
QStringList
&
diffArgs
,
const
QString
&
fileName
)
{
// if (Git::Constants::debug)
qDebug
()
<<
"diff"
<<
workingDirectory
<<
fileName
<<
diffArgs
;
const
QString
editorId
=
QLatin1String
(
Git
::
Constants
::
GIT_DIFF_EDITOR_ID
);
const
QString
title
=
tr
(
"Git Diff %1"
).
arg
(
fileName
);
const
QString
sourceFile
=
VCSBase
::
VCSBaseEditor
::
getSource
(
workingDirectory
,
fileName
);
...
...
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