Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2764)

Unified Diff: chrome/browser/resources/safe_browsing/gen_file_type_proto.py

Issue 2032793002: Remove the stdout clutter from gen_file_type_proto.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/safe_browsing/gen_file_type_proto.py
diff --git a/chrome/browser/resources/safe_browsing/gen_file_type_proto.py b/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
index 63ed686ae4373eebf9cca755c2fbc5d9746a2275..be43adc28a5216f572f900d4a352388e0874170e 100755
--- a/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
+++ b/chrome/browser/resources/safe_browsing/gen_file_type_proto.py
@@ -178,12 +178,6 @@ def GenerateBinaryProtos(opts):
MakeSubDirs(outfile)
FilterForPlatformAndWrite(full_pb, platform_enum, outfile)
- print "\n\nTo push these files, run the following:"
- print ("python " +
- "chrome/browser/resources/safe_browsing/push_file_type_proto.py " +
- "-d " + os.path.abspath(opts.outdir))
- print "\n\n"
-
def main():
parser = optparse.OptionParser()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698